c# - Cannot add the Signalr Client library as a portable library to a Xamarin project -


i have tried adding signalr client library , webapi client package xamarin solution (on visual studio xamarin support , on xamarin studio) error although able install other pcls (for example microsoft.net.http):

could not install package 'microsoft.aspnet.webapi.client 5.2.3'. trying install package project targets 'portable-net45+sl50+win+wpa81+wp80+monoandroid10+xamarinios10+monotouch10', package not contain assembly references or content files compatible framework. more information, contact package author. 

and following error when adding signalr:

adding microsoft.aspnet.signalr.client... adding 'microsoft.aspnet.signalr.client 2.2.0' corda.client. not install package 'microsoft.aspnet.signalr.client 2.2.0'. trying install package project targets 'portable-net45+sl50+win+wpa81+wp80+monoandroid10+xamarinios10+monotouch10', package not contain assembly references or content files compatible framework. more information, contact package author. 

i have tried changing the target framework not success. build setting project: project settings

and c:\program files (x86)\reference assemblies\microsoft\framework.netportable\v4.5\profile\profile259\supportedframeworks folder: pcl profiles folder

i same errors on both mac osx , windows 10. ideas?

using profile78 solved problem. full explaination here. enter image description here


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -