xamarin.forms - Could not install package 'NuGet.Client 3.2.0' -


i'm working restful webservice, getting error while adding package "system.net.http";

"the 'system.net.http 4.0.0' package requires nuget client version '3.0' or above, current nuget version '2.8.5.0'. "

so, resolve above error i'm trying install "nuget client" "add package" option in xamarin studio, time i'm facing issue is;

"could not install package 'nuget.client 3.2.0'. trying install package project targets 'portable-net45+win+wp80+monoandroid10+xamarinios10+monotouch10', package not contain assembly references or content files compatible framework. more information, contact package author."

please resolve issue.

xamarin studio not support nuget 3. supported in visual studio 2015.

it not possible upgrade xamarin studio supports nuget 3 @ time. installing nuget.client nuget package not upgrade nuget in xamarin studio.

i instead @ using microsoft.net.http nuget package can install portable class library project (pcl) , supports xamarin android , xamarin ios projects.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -