Files
FlaxEngine/Source/Platforms/DotNet/NUnit/nunit3-netcore-console.runtimeconfig.json
2023-01-27 14:24:30 +01:00

13 lines
270 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}