Did small changes in comments plus some small optimizations...

This commit is contained in:
2020-10-08 09:30:22 +02:00
parent e45c34f148
commit 9e7f90f533
211 changed files with 287 additions and 234 deletions

View File

@@ -45,12 +45,31 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[3.1.8, 3.1.8]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[3.1.8, 3.1.8]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[3.1.8, 3.1.8]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.401\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}