LiveOrDevTrying / Tcp.NET

Tcp.NET provides an easy-to-use and customizable Tcp Server and Tcp Client. The server is created using a TcpListener. The server and client can be used for non-SSL or SSL connections and authentication (including client and server ssl certification validation) is provided for identifying the clients connected to your server. Both client and server are created in .NET Standard and use async await functionality.
Apache License 2.0
42 stars 10 forks source link

Can I use it in dotnet core 3.1? #2

Closed TTonlyV5 closed 3 years ago

TTonlyV5 commented 3 years ago

Can I use it in dotnet core 3.1? It doesn't seem to work.

LiveOrDevTrying commented 3 years ago

Let me push a new build that either is uplifted to .net standard (will work in 3.1) or 3.1 compatible. I will post when its up.

Thanks, Rob

LiveOrDevTrying commented 3 years ago

Hi @TTonlyV5, v1.6.0 is now live (on github and nuget) and is built in .net standard. It will work with 3.1 now. Please let me know how it goes. Thanks! Rob