Forcing System.Web.WebPages.Deployment version 1.0.0.0

--HG--
branch : 1.x
extra : rebase_source : 830c891fb4e2a9ae0f1f676fc5983965b13fb0fc
This commit is contained in:
Sebastien Ros
2012-03-14 10:36:42 -07:00
parent 06108f3474
commit 9226f2f008

View File

@@ -152,6 +152,12 @@
<bindingRedirect oldVersion="1.0.0.0" newVersion="3.0.0.0"/>
<bindingRedirect oldVersion="2.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Deployment" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="2.0.0.0" newVersion="1.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>