I have an old Xamarin forms project that I updated that uses Microsoft Azure Mobile App Services (previously used Azure Mobile Services).
It worked fine, but after cleaning and restoring, I now get this error when I try to start it (I use Xamarin Studio)
Could not load file or assembly 'System.Net.Http.Primitives, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Microsoft.Azure.Mobile.Client and SQLiteStore are on version 2.0.1. I tried to remove and read the assembly through NuGet, with no luck.
Has anyone seen this problem or resolved it?
source share