Created
August 23, 2012 22:24
-
-
Save sandrinodimattia/3442757 to your computer and use it in GitHub Desktop.
Assembly Redirect for the Windows Azure 1.7 SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <runtime> | |
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <dependentAssembly> | |
| <assemblyIdentity name="Microsoft.WindowsAzure.StorageClient" publicKeyToken="31bf3856ad364e35" culture="neutral" /> | |
| <bindingRedirect oldVersion="1.1.0.0" newVersion="1.7.0.0" /> | |
| </dependentAssembly> | |
| </assemblyBinding> | |
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <dependentAssembly> | |
| <assemblyIdentity name="Microsoft.ServiceBus" publicKeyToken="31bf3856ad364e35" culture="neutral" /> | |
| <bindingRedirect oldVersion="1.6.0.0" newVersion="1.7.0.0" /> | |
| </dependentAssembly> | |
| </assemblyBinding> | |
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <dependentAssembly> | |
| <assemblyIdentity name="Microsoft.ApplicationServer.Caching.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" /> | |
| <bindingRedirect oldVersion="101.0.0.0" newVersion="1.0.4655.0" /> | |
| </dependentAssembly> | |
| </assemblyBinding> | |
| </runtime> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment