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.