Fix the error that was preventing the load of the settings' views of the OpenId features (#7518)

This commit is contained in:
Tha'er M. Al-Ajlouni
2017-01-17 20:17:30 +02:00
committed by Sébastien Ros
parent 100604e317
commit 5721eda6c4
8 changed files with 32 additions and 23 deletions

View File

@@ -105,6 +105,10 @@
<assemblyIdentity name="Microsoft.IdentityModel.Protocol.Extensions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2.33" newVersion="1.0.2.33" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>