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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user