This repository was archived by the owner on Dec 14, 2017. It is now read-only.

Description
I know there is a good following of folks that have used this library over the years (as have I) and are in the midst of trying to get to dotnet core from netfx.
My question is ... is there enough interest to push an update that is compiled for dotnet core, and if so, what is the preferred netstandard version we should support?
I've done some preliminary work to get the base library over to dotnet core on netstandard 1.3, but am unsure if this is acceptable, or if we should support netstandard 2.0 now that it has [basically] become a thing.
My motivation for doing this is that I'd like to get onto IdSrv 4.0, but without having much time to learn IdSrv 4.0 & ASP.NET Core Identity frameworks both, I'd rather stick with the user management library I use today, and then put a feature request in to build time into my release schedule to port the MR database over to ASP.NET Core Identity.
Thoughts/Comments?