kerryjiang / SuperSocket

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

Help #626

Closed peterpanBest closed 1 year ago

peterpanBest commented 1 year ago

Hello, Sir I try to use SuperSocket V2.0 for net core 3.1, but i can not find demo about .net core. can you give me a link about use it net core 3.1. Thank you very much !

kerryjiang commented 1 year ago

They are samples: https://github.com/kerryjiang/SuperSocket/tree/master/samples

Most of them should work for .net core 3.1.

kerryjiang commented 1 year ago

BTW, the support of .NET core 3.1 will discontinue soon.

Please upgrade to net5 and net6.