Fixing build warnings. Added binding redirects for JSON.NET 6.0

This commit is contained in:
Piotr Szmyd
2014-07-14 22:14:42 +02:00
parent 4c1985098a
commit eb38abcc31
63 changed files with 615 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<configSections>
@@ -43,6 +43,10 @@
<runtime>
<!-- To avoid compiler warnings. -->
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/>
@@ -50,4 +54,4 @@
</assemblyBinding>
</runtime>
</configuration>
</configuration>