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
363 stars 108 forks source link

Add support for .NET 4.0 projects #34

Closed forestb closed 6 years ago

forestb commented 6 years ago

Clean, simple TCP client/server implementations are hard to come by on .NET 4.0. This project requires .NET 4.5, but with the requested modifications, that constraint could be lowered. There's a host of projects I'm working on where a requirement is that they work on older versions of Windows that don't support anything newer than .NET 4.0

I'm not sure how invasive requests like these are; thanks for posting this project.