Problem installing NuGet Xamarin package

Iam is doing an Android project using the Azure mobile services in Xamarin. I want to install the latest version of the NuGet package for Azure Mobile Services. But I get an error: -

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 to using Xamarin. How can i solve this?

+4
source share
1 answer

If you are using Visual Studio, you need to upgrade the NuGet extension to the latest version 2.8.1. Open Tools - Extensions and Updates - Updates. An updated NuGet Package Manager extension must be available.

Xamarin Studio 4, NuGet addi Xamarin Studio 5.

+5

Source: https://habr.com/ru/post/1544421/


All Articles