GlaireDaggers / Netcode.IO.NET

A pure managed C# implementation of the Netcode.IO spec
MIT License
257 stars 48 forks source link

.NET Standard / Core Support #17

Open mellinoe opened 6 years ago

mellinoe commented 6 years ago

This is a very interesting library -- I'd like to try it out in my engine. Unfortunately, it doesn't support .NET Core as-is. Any desire to support an alternate configuration, or switch to .NET Standard as the build target? From my experimentation, it seems that the library will compile without any code changes.

dzmitry-lahoda commented 5 years ago

Unity3D runs .NET Standard 2.0 now. Please target that and release on nuget.

thEpisode commented 4 years ago

Hi, I tested right now in a Console App with .NET Core 3.1 and it is working perfectly