ENEI2019-Public/api/bin/Debug/netcoreapp2.1/api.runtimeconfig.json

12 lines
224 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.AspNetCore.All",
"version": "2.1.0"
},
"configProperties": {
"System.GC.Server": true
}
}
}