We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69f872 commit 1647514Copy full SHA for 1647514
src/unit/nunit/nunit-console.exe.config
@@ -24,17 +24,15 @@
24
a <requiredRuntime> element is used in case it is the only version
25
of the framework that is installed.
26
-->
27
- <!--
28
<startup>
29
<supportedRuntime version="v2.0.50727" />
30
<supportedRuntime version="v2.0.50215" />
31
<supportedRuntime version="v2.0.40607" />
32
<supportedRuntime version="v1.1.4322" />
33
<supportedRuntime version="v1.0.3705" />
34
35
- <requiredRuntime version="v1.0.3705" />
+ <requiredRuntime version="v2.0.50727" />
36
</startup>
37
- -->
38
39
<!--
40
The following <runtime> section allows running nunit under
@@ -96,4 +94,4 @@
96
94
97
95
</runtime>
98
99
-</configuration>
+</configuration>
0 commit comments