fixing broken build due to new NUnit update and stale assembly binding redirects (this time with binding redirect syntax that should be understood by .NET 1.1!)

This commit is contained in:
sbohlen
2010-09-21 19:54:58 +00:00
parent bd46aeb575
commit 247092ebb3
4 changed files with 4 additions and 5 deletions

View File

@@ -236,7 +236,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.5.2.9222" newVersion="2.5.7.10213" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.7.10213"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -30,8 +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.2.9222"/>-->
<bindingRedirect oldVersion="*" newVersion="2.5.7.10213" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.7.10213"/>
</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="*" newVersion="2.5.7.10213" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.5.7.10213"/>
</dependentAssembly>
</assemblyBinding>

View File

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