Files
juipnet/Host/bin/Release/netcoreapp2.2/Host.runtimeconfig.json
2020-12-13 12:55:24 +08:00

12 lines
213 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp2.2",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "2.2.0"
},
"configProperties": {
"System.GC.Server": true
}
}
}