ASCU_ALL/ApiServer/bin/Release/net5.0/ApiServer.runtimeconfig.json

13 lines
292 B
JSON
Raw Normal View History

2021-07-31 22:27:59 +05:00
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}