#16756: Adding binding redirect for MVC from 1.0 to 3.0

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-08 18:17:55 -08:00
parent 7a4ece294c
commit c57a3ab642

View File

@@ -143,7 +143,8 @@
<probing privatePath="App_Data/Dependencies"/>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="2.0.0.0" newVersion="3.0.0.0" />
<bindingRedirect oldVersion="1.0.0.0" newVersion="3.0.0.0"/>
<bindingRedirect oldVersion="2.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>