Files
BWPM/BlazorApp/bin/Debug/net5.0/BlazorApp.runtimeconfig.json
2023-05-15 12:53:01 +02:00

13 lines
304 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
}
}
}