Files
FlaxEngine/Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
Wojciech Figat 992333fd64 Add tests to CI
2022-01-14 14:20:41 +01:00

12 lines
471 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319" />
</startup>
<runtime>
<legacyUnhandledExceptionPolicy enabled="1" />
<legacyCorruptedStateExceptionsPolicy enabled="true" />
<loadFromRemoteSources enabled="true" />
<AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
</runtime>
</configuration>