updating to Common.Logging 2.1.1

This commit is contained in:
Steve Bohlen
2012-06-25 16:24:29 -04:00
parent ea5679df72
commit a4ac21b110
5 changed files with 9 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -26,6 +26,7 @@
<nowarn>
<warning number="${nowarn.numbers}" />
<warning number="1591" />
<warning number="1701" />
</nowarn>
<sources failonempty="true">
<include name="**/*.cs" />

View File

@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.1.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>