kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.87k stars 1.14k forks source link

Plans for .Net Core #124

Open bbqchickenrobot opened 6 years ago

bbqchickenrobot commented 6 years ago

Any plans to move to .Net core?

chucklu commented 6 years ago

@bbqchickenrobot you can check this issue https://github.com/kerryjiang/SuperSocket/issues/101 the dotnet core is already being developed under master branch

wolfysan commented 6 years ago

Any status update on this issue? I see that the problem with release 1.6.6.1 is the log4net library added as reference, which in version 2.0.3 is not compatible with .net standard :(

claudioesposito commented 5 years ago

+1

kerryjiang commented 5 years ago

Ok, the code in the master branch is for the .NET Core version.

Base on my current progress, the SuperSocket .net core version may target to .netstandard 2.1 and netcoreapp3.0.

faulandcc commented 5 years ago

Hi Kerry, when I look at the master branch, there's no WebSocket project anymore. How are your plans on this one (regarding netstandard20)?

kerryjiang commented 4 years ago

I have updated the road map in the readme and the projects about websocket have been added as well.