WebSocketListener icon indicating copy to clipboard operation
WebSocketListener copied to clipboard

I am trying to upgrade from V2.2.0.1 to V3.0.0 but it errors out.

Open dynamicaccesssolutions opened this issue 7 years ago • 5 comments

I am using the vtortola.WebsocketListener library in a c# project built on .Net V 4.5.2. I recently tried to update my nuget package and it keeps erroring out with the folloing error message

' Error Could not install package 'vtortola.WebSocketListener 3.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. ' , any help is greatly appreciated.

vtortola.WebsocketListener V2.2.0.1 installs just fine in a project built using .NET V 4.5.2 , it is the update to vtortola.WebsocketListener V 3.0.0 that is kicking off.

dynamicaccesssolutions avatar Feb 23 '18 12:02 dynamicaccesssolutions

I just merged a PR that adds support for 4.5. Please get latest version from repository and try.

vtortola avatar Mar 06 '18 21:03 vtortola

Hi, an Update from V2.2.0.1 to V2.2.4.0 was successful but 2.2.4.0 -> 3.0.0.0 still fails with the same error message. I am trying to update it through Nuget in VS 2015 if that helps.

dynamicaccesssolutions avatar Mar 07 '18 15:03 dynamicaccesssolutions

Did you try with the Nuget or with the source in this repository?

vtortola avatar Mar 08 '18 08:03 vtortola

I am trying to update it through Nuget in VS 2015 if that helps. I am doing all of the updating through Nuget in VS 2015. Update from V2.2.0.1 to V2.2.4.0 was using the Nuget package manager in VS 2015 as well.

dynamicaccesssolutions avatar Mar 08 '18 09:03 dynamicaccesssolutions

I have yet to try it with the source in this repository

dynamicaccesssolutions avatar Mar 08 '18 09:03 dynamicaccesssolutions