Azure / DotNetty

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

No support .net core 2.0 #373

Closed guopenglun closed 6 years ago

guopenglun commented 6 years ago

When I build the dotNetty in Visual studio Code ,I got a message of warning warning NU1701: Package 'Google.ProtocolBuffers 2.4.1.555' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.

StormHub commented 6 years ago

Google.ProtocolBuffers is legency protobuf from Google. It is reference by DotNetty as portable library, e.g. portable-net45+win8.

guopenglun commented 6 years ago

thanks for Reply. I updated the Protobuf ,it's work to fine.