nhibernate / NHibernate.AspNetCore.Identity

ASP.NET Core Identity Provider for NHibernate
GNU Lesser General Public License v2.1
64 stars 13 forks source link

Add .NETStandard2.0 support. #21

Closed knuxbbs closed 4 years ago

knuxbbs commented 4 years ago

This pull request allows you to reference the library of a .NETStandard project, which makes it more flexible.

bruuteuzius commented 4 years ago

I don't understand how adding Microsoft Identity packages makes this project .Net Standard 2.0 supportable? @beginor could you please look into this?

knuxbbs commented 4 years ago

Sorry, I forgot to change the target framework. The last commit addresses this.

beginor commented 4 years ago

@knuxbbs thanks, but I prefer to use version 3.1.6 instead of 3.2, because of no any function changes.