Author: jwilcox
Date: 2006-06-16 12:43:25 -0400 (Fri, 16 Jun 2006)
New Revision: 61805
Added:
Modified:
Log:
use nunit 2.0
Added:
(Binary files differ)
Property changes on:
Name: svn:mime-type
+ application/octet-stream
Modified:
(Binary files differ)
Modified:
2006-06-16 16:21:59 UTC (rev 61804)
2006-06-16 16:43:25 UTC (rev 61805)
@@ -6,30 +6,35 @@
<appSettings>
-<!--Specify the location to be used by .NET for the cache
+<!--
+ Specify the location to be used by .NET for the cache
+
<add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
</appSettings>
<!--
- These statements specify the runtime versions supported
- in the order that they will be used if more than one
- is present. You can change the order of these if you like
- or remove any that do not apply.
-
+ The startup section may be used to specify the runtime versions
+ supported in the order that they will be used if more than one
+ is present. As supplied, this section is commented out, which
+ causes nunit-console to use the version of the framework with
+ which it was built.
+
Since .NET 1.0 does not recognize the <supportedRuntimeelements,
a <requiredRuntimeelement is used in case it is the only version
of the framework that is installed.
+ <!--
<startup>
-
+ <supportedRuntime version="v2.0.50727" />
+ <supportedRuntime version="v2.0.50215" />
+ <supportedRuntime version="v2.0.40607" />
<supportedRuntime version="v1.1.4322" />
- <supportedRuntime version="v2.0.40607" />
<supportedRuntime version="v1.0.3705" />
<requiredRuntime version="v1.0.3705" />
-
</startup>
+
<!--
The following <runtimesection allows running nunit under
@@ -48,7 +53,7 @@
<dependentAssembly
<assemblyIdentity name="System"
publicKeyToken="b77a5c561934e089"
- culture=""/>
+ culture="neutral"/>
<bindingRedirect oldVersion="1.0.5000.0"
newVersion="1.0.3300.0"/>
</dependentAssembly>
@@ -56,7 +61,7 @@
<dependentAssembly
<assemblyIdentity name="System.Data"
publicKeyToken="b77a5c561934e089"
- culture=""/>
+ culture="neutral"/>
<bindingRedirect oldVersion="1.0.5000.0"
newVersion="1.0.3300.0"/>
</dependentAssembly>
@@ -64,7 +69,7 @@
<dependentAssembly
<assemblyIdentity name="System.Drawing"
publicKeyToken="b03f5f7f11d50a3a"
- culture=""/>
+ culture="neutral"/>
<bindingRedirect oldVersion="1.0.5000.0"
newVersion="1.0.3300.0"/>
</dependentAssembly>
@@ -72,7 +77,7 @@
<dependentAssembly
<assemblyIdentity name="System.Windows.Forms"
publicKeyToken="b77a5c561934e089"
- culture=""/>
+ culture="neutral"/>
<bindingRedirect oldVersion="1.0.5000.0"
newVersion="1.0.3300.0"/>
</dependentAssembly>
@@ -80,7 +85,7 @@
<dependentAssembly
<assemblyIdentity name="System.Xml"
publicKeyToken="b77a5c561934e089"
- culture=""/>
+ culture="neutral"/>
<bindingRedirect oldVersion="1.0.5000.0"
newVersion="1.0.3300.0"/>
</dependentAssembly>
Modified:
(Binary files differ)
Modified:
(Binary files differ)
Modified:
(Binary files differ)
Modified:
(Binary files differ)
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com