问题
nhibernate nuget package docs
The nhibernate 5.2.3 docs say it supports .netcore 2.0 but Does nhibernate 5.2.3 also support .netcore 2.1?
回答1:
Yes, NHibernate 5.1.3 or later support .Net Standard 2.0
, can be used with .net core 2.1 or .net framework 4.6.1 which support .net standard 2.0.
please refer to the repo https://github.com/nhibernate/NHibernate.AspNetCore.Identity?files=1 for more information.
来源:https://stackoverflow.com/questions/54533122/does-nhibernate-5-2-3-support-netcore-2-1