I am trying to use blob storage on a Xamarin iOS App, I have added the Windows Azure Nuget package and am getting the following error:
.../CSC: Error CS1705: Assembly
Microsoft.WindowsAzure.Storage, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' depends onSystem.IO.FileSystem.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version number than referenced assembly `System.IO.FileSystem.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' (CS1705)
My System.IO.FileSystem.Primitives package is on version 4.0.1 and I can find no other references in the project to this or the 4.0.0.0 version. Both my WindowsAzure.Storage package and the System.IO.FileSystem.Primitives package are up to date. Can anyone help?