CTT/FileServer/FileServer.runtimeconfig.json

13 lines
292 B
JSON
Raw Normal View History

2021-04-08 20:09:59 +08:00
{
"runtimeOptions": {
2021-05-30 12:59:54 +08:00
"tfm": "net5.0",
2021-04-08 20:09:59 +08:00
"framework": {
"name": "Microsoft.AspNetCore.App",
2021-05-30 12:59:54 +08:00
"version": "5.0.0"
2021-04-08 20:09:59 +08:00
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}