Enable Server GC for Samples

This commit is contained in:
Mike Harder 2016-12-15 16:33:22 -08:00 committed by GitHub
parent 4485bfec39
commit 7bdd98ea69
2 changed files with 12 additions and 2 deletions

View File

@ -21,5 +21,10 @@
"include": [ "include": [
"hosting.json" "hosting.json"
] ]
} },
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
} }

View File

@ -24,5 +24,10 @@
"hosting.json", "hosting.json",
"testCert.pfx" "testCert.pfx"
] ]
} },
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
} }