fNbt
fNbt copied to clipboard
Support .NET Standard
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.
Should be doable now with dotnet-core 2.0 / .NET Standard
It seems that fNbt could be directly compiled with .net standard 2.0, why not provide an option uses it?