update to nunit 2.5.7.10213

initial pass at compilation using .net 4.0 (not just side-by-side support)
This commit is contained in:
markpollack
2010-09-21 02:41:32 +00:00
parent 11e5ab1834
commit 139ce90484
92 changed files with 22648 additions and 21993 deletions

View File

@@ -214,7 +214,7 @@ limitations under the License.
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
<bindingRedirect oldVersion="2.0.6.0" newVersion="2.1.4.0" />
<bindingRedirect oldVersion="2.5.2.9222" newVersion="2.5.7.10213" />
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -232,14 +232,13 @@ limitations under the License.
</root>
</log4net>
<!--
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
<bindingRedirect oldVersion="2.0.6.0" newVersion="2.1.4.0" />
<bindingRedirect oldVersion="2.5.2.9222" newVersion="2.5.7.10213" />
</dependentAssembly>
</assemblyBinding>
</runtime>
-->
</configuration>

View File

@@ -74,14 +74,14 @@ limitations under the License.
</root>
</log4net>
-->
<!--
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
<bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.1.0" />
<bindingRedirect oldVersion="2.5.2.9222" newVersion="2.5.7.10213" />
</dependentAssembly>
</assemblyBinding>
</runtime>
-->
</configuration>