Skip to content

Commit

Permalink
Fixed nunit.exe.config to support setting breakpoints when running un…
Browse files Browse the repository at this point in the history
…it tests.
  • Loading branch information
rstam committed Apr 18, 2014
1 parent cca4b93 commit 02bd154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/NUnit/nunit.exe.config
Expand Up @@ -9,6 +9,7 @@
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
<supportedRuntime version="4.0"/>
</startup>
<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->
Expand Down

0 comments on commit 02bd154

Please sign in to comment.