Updated to Newtonsoft.Json 7.0 and Azure SDK 2.7.

This commit is contained in:
Daniel Stolt
2015-08-25 16:17:32 +02:00
parent 7fae246341
commit d6f3bfd419
121 changed files with 3370 additions and 40853 deletions

View File

@@ -43,6 +43,10 @@
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<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>
<dependentAssembly>
<assemblyIdentity name="NHibernate" publicKeyToken="AA95F207798DFDB4" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.0.4000" newVersion="4.0.0.4000"/>