1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
38 stars 14 forks source link

Visual Studio 2015 Update 3 with Xamarin #42

Closed alberk8 closed 6 years ago

alberk8 commented 6 years ago

Hi,

I tried to use this library with Xamarin for Android. The nuget just hang there when I tried to install it via nuget. There is no further error or log that I can get beside the one below. I can install other nuget package like newtonsoft.json so I know that the connectivity to nuget is good. What could be wrong here?

Attempting to gather dependency information for package 'WebsocketClientLite.PCL.4.1.2' with respect to project 'TestApp', targeting 'MonoAndroid,Version=v8.0'

alberk8 commented 6 years ago

I have to nuget package manager to 3.5 for it to work

1iveowl commented 6 years ago

The latest version of NuGet is 4.3. Have you tried: Nuget.exe update -self?

1iveowl commented 6 years ago

Also, I'm using Visual Studio 2017, so maybe try that too.