Moved codebase to .net 5

This commit is contained in:
2020-11-19 12:05:46 +01:00
parent 4bf889d8c8
commit c32f70e5f3
307 changed files with 1815 additions and 85 deletions

View File

@@ -17,13 +17,14 @@
"C:\\Users\\johan\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
"net5.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
@@ -34,7 +35,8 @@
}
},
"frameworks": {
"netcoreapp3.1": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
@@ -45,12 +47,31 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[5.0.0, 5.0.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.100\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}