Azure / DotNetty

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

Dependencies #203

Closed slugnani closed 7 years ago

slugnani commented 7 years ago

If using .NET framework version > 4.5.1, all .NET framework 4.5.1 packages used by Dotnetty must be installed, look at the screenshot. screen shot 2017-02-28 at 10 12 33

Is this the best solution? Can you change this dependency from NETFramework = 4.5.1 to NETFramework >= 4.5.1 ?

nayato commented 7 years ago

I believe dependencies now are pulled through because of how they're setup in Microsoft.Extensions.Logging package. It pulls in standard library which in turn pulls all these packages.