study-lib-backend/bin/Debug/net5.0/StudyLib.runtimeconfig.json
2020-12-12 14:47:20 +01: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
}
}
}