oqtane.framework/publish/BlazorDebugProxy/BrowserDebugHost.runtimeconfig.json
2025-05-30 16:15:48 +02:00

21 lines
497 B
JSON
Executable File

{
"runtimeOptions": {
"tfm": "net9.0",
"rollForward": "Major",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "9.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}