Skip to content

Commit

Permalink
NH-3732: Start the NUnit GUI with the .NET 4.0 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cremor committed Oct 30, 2014
1 parent a29dbf8 commit b0c80b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/nunit/nunit-x86.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
<supportedRuntime version="v2.0.50727" />
<!--<supportedRuntime version="v2.0.50727" />-->
<supportedRuntime version="v4.0.30319" />
</startup>

Expand Down
2 changes: 1 addition & 1 deletion Tools/nunit/nunit.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
<supportedRuntime version="v2.0.50727" />
<!--<supportedRuntime version="v2.0.50727" />-->
<supportedRuntime version="v4.0.30319" />
</startup>

Expand Down

0 comments on commit b0c80b3

Please sign in to comment.