mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 08:06:24 +08:00
Fixing that upgrading Newtonsoft.Json to 13.x broke the SpecFlow test execution app
This commit is contained in:
parent
cf01021e83
commit
8f76bbd91d
@ -151,7 +151,7 @@
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
|
||||
|
Loading…
Reference in New Issue
Block a user