issue #19092 add assembly binding redirect for autofac

--HG--
branch : 1.x
This commit is contained in:
David Cornish@DavidCornish-PC
2012-10-03 16:04:55 +01:00
parent b57793d890
commit 51811f5ed3

View File

@@ -193,6 +193,11 @@
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" />
<bindingRedirect oldVersion="2.2.0.0-2.6.3.862" newVersion="2.6.3.862" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>