Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Does dotNetty run in .NET 4.6? #193

Closed mmartell closed 7 years ago

mmartell commented 7 years ago

After cloning the repo, when I opened the DotNetty.sln file in Visual Studio 2015 Update 3 the individual projects failed to load becuase I did not have .NET Core installed. Is .NET Core a runtime requirement of dotNetty? I was hoping to use it in a .NET 4.6 environment.

Thanks, Mike

nayato commented 7 years ago

you can use DotNetty as a nuget on both .NET Core and .NET Framework (4.5.1 and up). Opening solution now requires VS 2017 RC and dotnet rc4 tooling.