ASCU_ALL/WebApplication1/bin/Debug/net5.0/WebApplication1.runtimeconfig.json
2021-07-31 22:27:59 +05:00

13 lines
292 B
JSON

{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}