mstefarov / fNbt

A C# library for reading and writing Named Binary Tag (NBT) files and streams. A continuation of libnbt project, originally by Erik Davidson (aphistic).
116 stars 31 forks source link

Support .NET Standard #25

Open mstefarov opened 7 years ago

mstefarov commented 7 years ago

Create a version of fNbt that works with .NET Core, by excluding some non-portable functionality via conditional compilation. Porting the whole thing to .NET core would not be practical without sacrificing performance, but offering an option would be good.

mstefarov commented 6 years ago

Should be doable now with dotnet-core 2.0 / .NET Standard

AlaricGilbert commented 5 years ago

It seems that fNbt could be directly compiled with .net standard 2.0, why not provide an option uses it?