hrms-api-recruit/bin/Debug/net7.0/BMA.EHR.Recruit.Service.runtimeconfig.json

20 lines
466 B
JSON
Raw Normal View History

{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "7.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
2023-03-13 12:29:56 +07:00
}