Add autogenerated files and update project structure for .NET 9.0 support

This commit is contained in:
vista-man
2025-01-27 19:02:54 +01:00
parent c4b64f4b50
commit eaaf39d0c9
23 changed files with 137 additions and 57 deletions

View File

@@ -1,11 +1,11 @@
{
"version": 3,
"targets": {
"net6.0-windows7.0": {}
"net9.0-windows7.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net6.0-windows7.0": []
"net9.0-windows7.0": []
},
"packageFolders": {
"C:\\Users\\steen\\.nuget\\packages\\": {},
@@ -28,14 +28,14 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config"
],
"originalTargetFrameworks": [
"net6.0-windows"
"net9.0-windows"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"net9.0-windows7.0": {
"targetAlias": "net9.0-windows",
"projectReferences": {}
}
},
@@ -52,8 +52,8 @@
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net6.0-windows7.0": {
"targetAlias": "net6.0-windows",
"net9.0-windows7.0": {
"targetAlias": "net9.0-windows",
"imports": [
"net461",
"net462",
@@ -65,24 +65,6 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.36, 6.0.36]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
@@ -91,7 +73,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.102\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.102/PortableRuntimeIdentifierGraph.json"
}
}
}