Firebase/firebaseProject/BlazorWebassemblyPushNotification/Server/bin/Debug/net7.0/BlazorWebassemblyPushNotification.Server.runtimeconfig.json
2023-11-09 13:01:58 +05:30

19 lines
398 B
JSON

{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "7.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}