manager-service/RELEASE/Version 1.3/netcoreapp3.1/publish/ManagerService.runtimeconfig.json
2021-12-23 15:25:04 +01:00

14 lines
370 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}