OnProfNext/OnProfNext.Server/bin/Debug/net9.0/OnProfNext.Server.runtimeconfig.json
Marc Wieland 6bcf3e881b Init
2025-10-13 13:21:53 +02:00

20 lines
485 B
JSON

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