Files
web-api-200-examples/wolverine-nats/WolverineAndNats/ApiOne/bin/Debug/net10.0/ApiOne.runtimeconfig.json
2026-02-03 08:31:53 -05:00

19 lines
401 B
JSON

{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}