Does nhibernate 5.2.3 support .netcore 2.1?

北战南征 提交于 2021-02-07 10:59:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!