practicekea_backend/microservices/admin/obj/Release/net9.0/PubTmp/Out/API.Admin.runtimeconfig.json

21 lines
537 B
JSON
Raw Normal View History

2024-12-02 13:24:34 +00:00
{
"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.Metadata.MetadataUpdater.IsSupported": false,
2024-12-02 13:24:34 +00:00
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}