Created
August 21, 2014 01:41
-
-
Save ColinScott/8419e167c6e419099bd3 to your computer and use it in GitHub Desktop.
Ending with incorrect binding redirects
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
Create an Azure Worker Role (SDK 2.4 was used) | |
Run update-package to update everything | |
Newtonsoft.json now version 6.0.4 and binding redirects reflect this | |
Run update-package windowsazure.storage -reinstall | |
Newtonsoft.json is reverted to 5.0.6. | |
Binding redirects not updated, still redirect to version 6.0.0.0 (assembly version in 6.0.4 package) | |
Also issue with Microsoft.Data.Edm, Microsoft.Data.OData and System.Spatial packages. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment