diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 03:56:54 +0000 |
commit | 28028184f0b2e066e05a06cc996e7c26e76b27da (patch) | |
tree | 83ad0b35448a109612e75d268b9db3fa47e92df4 /hello/obj/hello.csproj.nuget.dgspec.json | |
download | cs-28028184f0b2e066e05a06cc996e7c26e76b27da.tar cs-28028184f0b2e066e05a06cc996e7c26e76b27da.tar.gz cs-28028184f0b2e066e05a06cc996e7c26e76b27da.tar.bz2 cs-28028184f0b2e066e05a06cc996e7c26e76b27da.tar.xz cs-28028184f0b2e066e05a06cc996e7c26e76b27da.zip |
hello
Diffstat (limited to 'hello/obj/hello.csproj.nuget.dgspec.json')
-rw-r--r-- | hello/obj/hello.csproj.nuget.dgspec.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/hello/obj/hello.csproj.nuget.dgspec.json b/hello/obj/hello.csproj.nuget.dgspec.json new file mode 100644 index 0000000..f42e964 --- /dev/null +++ b/hello/obj/hello.csproj.nuget.dgspec.json @@ -0,0 +1,63 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\source\\repos\\hello\\hello.csproj": {} + }, + "projects": { + "C:\\Users\\User\\source\\repos\\hello\\hello.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\source\\repos\\hello\\hello.csproj", + "projectName": "hello", + "projectPath": "C:\\Users\\User\\source\\repos\\hello\\hello.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\source\\repos\\hello\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file |