.NET build

This commit is contained in:
plane000
2018-10-26 09:13:35 +01:00
parent 37bbb84ec3
commit a5c296d128
16 changed files with 5167 additions and 0 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Ben\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Ben\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "2.1.1"
},
"configProperties": {
"System.GC.Server": true
}
}
}