Firebase/firebaseProject/BlazorWebassemblyPushNotification/Server/bin/Debug/net7.0/BlazorWebassemblyPushNotification.Server.runtimeconfig.json

19 lines
398 B
JSON
Raw Normal View History

2023-11-09 13:01:58 +05:30
{
"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
}
}
}