CTT/FileServer/FileServer.runtimeconfig.json

13 lines
299 B
JSON
Raw Permalink Normal View History

2021-04-08 20:09:59 +08:00
{
"runtimeOptions": {
2021-08-06 15:04:29 +08:00
"tfm": "netcoreapp3.1",
2021-04-08 20:09:59 +08:00
"framework": {
"name": "Microsoft.AspNetCore.App",
2021-08-06 15:04:29 +08:00
"version": "3.1.0"
2021-04-08 20:09:59 +08:00
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}