study-lib-backend/bin/Debug/net5.0/StudyLib.runtimeconfig.json

13 lines
292 B
JSON
Raw Normal View History

2020-12-12 14:47:20 +01:00
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}