Files
juipnet/Host/bin/Debug/netcoreapp2.2/Host.runtimeconfig.json

12 lines
213 B
JSON
Raw Normal View History

2020-12-13 12:55:24 +08:00
{
"runtimeOptions": {
"tfm": "netcoreapp2.2",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "2.2.0"
},
"configProperties": {
"System.GC.Server": true
}
}
}