Open kspearrin opened 8 years ago
It wouldn't be too much work. I'll look into it next week.
NET Standard 2.0 is due to release soon (maybe March?). I ran a compatibility test on this lib with the API Port tool and it shows 100% compatibility with NET Standard 2.0. Should be a simple upgrade then.
It's really just like 3 class files. Once I get my .net env set up again I can do the port pretty quickly. Trying to do so this weekend.
Actually not sure I can do this yet - https://github.com/dotnet/corefx/issues/8622 . When NET Standard 2.0 is released I'll tackle it.
Can we expect an update to support .NET Core? This is holding me back from using .NET Core myself since my project has a dependency on this library.
https://docs.microsoft.com/en-us/dotnet/articles/core/porting/libraries
Thanks!!