Reputation: 1263
Iam making a android project with Azure mobile services in Xamarin. I want to install the latest version of the Azure mobile services NuGet package. But I get a error saying :-
NuGet.NuGetVersionNotSatisfiedException: The 'Microsoft.Bcl 1.1.9' package requires NuGet client version '2.8.1' or above, but the current NuGet version is '2.7.2.0'.
I am new at using Xamarin. How can I resolve this?
Upvotes: 4
Views: 1240
Reputation: 47937
If you are using Visual Studio you will need to upgrade the NuGet extension to the latest version 2.8.1. Open Tools - Extensions and Updates - Updates. There should be an updated NuGet Package Manager extension available.
If you are using Xamarin Studio 4 you should upgrade the NuGet addin or upgrade to Xamarin Studio 5.
Upvotes: 5