Files
WoofWare.DotnetRuntimeLocator/WoofWare.DotnetRuntimeLocator/Test/runtimeconfig1.json
2025-09-16 21:23:15 +00:00

14 lines
286 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}