Fix running tests on Linux with dotne7

This commit is contained in:
2023-01-27 14:24:30 +01:00
parent 08ae1917e8
commit 2fd251e7b1
11 changed files with 387 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class FlaxTestsTarget : FlaxEditor
OutputName = "FlaxTests";
ConfigurationName = "Tests";
IsPreBuilt = false;
UseSymbolsExports = false;
UseSymbolsExports = true;
Platforms = new[]
{
TargetPlatform.Windows,