SPRNET-850 - Upgrade to NUnit 2.5.2

This commit is contained in:
markpollack
2009-12-04 06:35:45 +00:00
parent 3cb0e864cf
commit 0546b0b26f
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
<!-- Spring.NET uses a new version of NUnit -->
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.1.9189"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.2.9222"/>
</dependentAssembly>
</assemblyBinding>

View File

@@ -28,7 +28,7 @@
<!-- Spring.NET uses a new version of NUnit -->
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.1.9189"/>
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.2.9222"/>
</dependentAssembly>
</assemblyBinding>