Skip to content

Commit 2becb5b

Browse files
committed
Merge pull request #369 from cremor/NH-3732
NH-3732: Start the NUnit GUI with the .NET 4.0 runtime
2 parents a29dbf8 + b0c80b3 commit 2becb5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tools/nunit/nunit-x86.exe.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-->
1010
<startup useLegacyV2RuntimeActivationPolicy="true">
1111
<!-- Comment out the next line to force use of .NET 4.0 -->
12-
<supportedRuntime version="v2.0.50727" />
12+
<!--<supportedRuntime version="v2.0.50727" />-->
1313
<supportedRuntime version="v4.0.30319" />
1414
</startup>
1515

Tools/nunit/nunit.exe.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-->
1010
<startup useLegacyV2RuntimeActivationPolicy="true">
1111
<!-- Comment out the next line to force use of .NET 4.0 -->
12-
<supportedRuntime version="v2.0.50727" />
12+
<!--<supportedRuntime version="v2.0.50727" />-->
1313
<supportedRuntime version="v4.0.30319" />
1414
</startup>
1515

0 commit comments

Comments
 (0)