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

@@ -34,4 +34,12 @@
</assemblies>
</compilation>
</system.web>
</configuration>
<runtime>
<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>
</assemblyBinding>
</runtime>
</configuration>