1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
38 stars 14 forks source link

Cannot install nuget package for 4.1.2 in .NET Standard 2.0 project in VS 2017 #43

Closed ddaspit closed 6 years ago

ddaspit commented 6 years ago

When I try to install WebsocketClientLite.PCL 4.1.2 package in a .NET Standard 2.0 project in VS 2017, I get the following error message:

Detected package downgrade: NETStandard.Library from 2.0.1 to 2.0.0. Reference the package directly from the project to select a different version. 
 Test-> WebsocketClientLite.PCL 4.1.2 -> NETStandard.Library (>= 2.0.1) 
 Test-> NETStandard.Library (>= 2.0.0)
Package restore failed. Rolling back package changes for 'Test'.

I can successfully install the 4.1.1 package.

1iveowl commented 6 years ago

Thanks. Think the solution is to leave the NETStandard.Library version out of the NuSpec. It's been fixed in 4.14.