Skip to content

Commit 1647514

Browse files
committed
Set nunit to run with 2.0 framework by default
1 parent c69f872 commit 1647514

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/unit/nunit/nunit-console.exe.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@
2424
a <requiredRuntime> element is used in case it is the only version
2525
of the framework that is installed.
2626
-->
27-
<!--
2827
<startup>
2928
<supportedRuntime version="v2.0.50727" />
3029
<supportedRuntime version="v2.0.50215" />
3130
<supportedRuntime version="v2.0.40607" />
3231
<supportedRuntime version="v1.1.4322" />
3332
<supportedRuntime version="v1.0.3705" />
3433

35-
<requiredRuntime version="v1.0.3705" />
34+
<requiredRuntime version="v2.0.50727" />
3635
</startup>
37-
-->
3836

3937
<!--
4038
The following <runtime> section allows running nunit under
@@ -96,4 +94,4 @@
9694

9795
</runtime>
9896

99-
</configuration>
97+
</configuration>

0 commit comments

Comments
 (0)