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

It's a tooling issue, not Orchard - warnings are caused by Azure VS Tools 2.3 (http://connect.microsoft.com/VisualStudio/feedback/details/850425/windows-azure-vs-tools-breaking-msbuild-for-web-projects)
This commit is contained in:
Piotr Szmyd
2014-07-15 21:55:52 +02:00
parent 0b7ce57bf7
commit 7cb97fdd7c
63 changed files with 119 additions and 615 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<configSections>
@@ -43,10 +43,6 @@
<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"/>
@@ -54,4 +50,4 @@
</assemblyBinding>
</runtime>
</configuration>
</configuration>