Files
FlaxEngine/Source/Platforms/DotNet/NUnit/agents/net7.0/nunit-agent.runtimeconfig.json
2023-01-11 11:05:31 +01:00

12 lines
242 B
JSON

{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}