fNbt icon indicating copy to clipboard operation
fNbt copied to clipboard

Support .NET Standard

Open mstefarov opened this issue 8 years ago • 2 comments

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 avatar Jan 23 '17 18:01 mstefarov

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

mstefarov avatar Jul 05 '18 17:07 mstefarov

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

AlaricGilbert avatar Dec 20 '18 13:12 AlaricGilbert