drinkrate/DrinkRateAPI/bin/Debug/net9.0/DrinkRateAPI.runtimeconfig.json
Jiří Vrabec 6c5a4bfb26 INIT
2025-08-08 23:28:03 +02:00

20 lines
No EOL
466 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
}
}
}