Files
GestionIntegralWeb/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.runtimeconfig.json

19 lines
398 B
JSON
Raw Normal View History

{
"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.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}