Files
CDN/CDN.Tests/bin/Debug/net9.0/CDN.Tests.runtimeconfig.json
T
2026-08-05 21:15:12 +03:00

18 lines
366 B
JSON

{
"runtimeOptions": {
"tfm": "net9.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "9.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}