BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
365 stars 108 forks source link

Problems in installing SimpleTCP #26

Open TheoGattler opened 6 years ago

TheoGattler commented 6 years ago

Hello to everybody,

I am trying to install simpletcp package (https://www.nuget.org/packages/SimpleTCP/1.0.24) in my ShaprDevelop IDE but I get the following error message:

Install-Package : Could not install package 'SimpleTCP 1.0.24'. You are trying to install t his package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framewor k. For more information, contact the package author.

Both in manually installing (from the console prompt or directly form 'mamaging package' menu)

I have the lastest .NET framework (4.6.2) installed.

Could somenone help me ?

Advanced thanks

BrandonPotter commented 6 years ago

Weird, the library is pretty simple (ha ha) so worst case you can download the repo and add it to your project...