Updates web.config.install.xdt to re-add the assemblyBinding for HtmlAgilityPack after removing it earlier

This commit is contained in:
mikkelhm
2016-10-30 20:46:18 +01:00
parent 7495d89a79
commit e9724c8785

View File

@@ -335,7 +335,7 @@
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<dependentAssembly xdt:Transform="Insert">
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.4.9.0" newVersion="1.4.9.0" />
</dependentAssembly>