Files
raceplanner/tests/integration/backend/bin/Debug/net10.0/backend.Tests.Integration.runtimeconfig.json
T

20 lines
484 B
JSON
Raw Normal View History

2026-04-09 21:11:03 +02:00
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"MSTest.EnableParentProcessQuery": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}