diff options
| author | ivar <i@oiee.no> | 2025-10-06 12:06:46 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-06 12:06:46 +0200 |
| commit | f18f3fee8844df98a30c2d248dfca04643dd4365 (patch) | |
| tree | 599c1b6a97777a84cdcd7fe8333f4718d2e55c85 /VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs | |
| download | vegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.tar.xz vegadata-f18f3fee8844df98a30c2d248dfca04643dd4365.zip | |
Initial
Diffstat (limited to 'VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs')
| -rw-r--r-- | VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs b/VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs new file mode 100644 index 0000000..5e6145d --- /dev/null +++ b/VegaData/obj/Debug/net10.0/VegaData.GlobalUsings.g.cs @@ -0,0 +1,17 @@ +// <auto-generated/> +global using Microsoft.AspNetCore.Builder; +global using Microsoft.AspNetCore.Hosting; +global using Microsoft.AspNetCore.Http; +global using Microsoft.AspNetCore.Routing; +global using Microsoft.Extensions.Configuration; +global using Microsoft.Extensions.DependencyInjection; +global using Microsoft.Extensions.Hosting; +global using Microsoft.Extensions.Logging; +global using System; +global using System.Collections.Generic; +global using System.IO; +global using System.Linq; +global using System.Net.Http; +global using System.Net.Http.Json; +global using System.Threading; +global using System.Threading.Tasks; |
