Skip to content

Commit

Permalink
Fixing that upgrading NHibernate broke the SpecFlow test execution app
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Dec 7, 2024
1 parent 18ce08f commit d01c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orchard.Specs/Hosting/Orchard.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.0.4000" newVersion="4.1.0.4000" />
<bindingRedirect oldVersion="0.0.0.0-5.5.0.0" newVersion="5.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit d01c331

Please sign in to comment.