Adding Microsoft.Web.Infrastructure assembly binding redirect to the Spec app's root web.config too

This commit is contained in:
Benedek Farkas
2025-10-14 15:54:01 +02:00
parent d35b46265d
commit 3eca050e91

View File

@@ -170,6 +170,10 @@
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>