manager-service/RELEASE/Version 1.1/netcoreapp3.1/ManagerService.runtimeconfig.json
Thomas Fransolet bdbc97c4e1 Version 1_1
2021-11-05 09:34:39 +01:00

13 lines
299 B
JSON

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