Files
PetriePanel/WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json
2021-10-13 09:43:00 -04: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
}
}
}