Open
Description
Nathan Brown created an issue — 6th May 2017, 7:46:38:
To support .NETStandard 2.0 with any hope of non-Windows usability, the database providers will need to link to their own NuGet packages where possible. For example, SQL Server, SQLite-net-pcl, and Microsoft.Data.SQLite has as NuGet packages that support .NETStandard.
Others may need the full framework, such as Oracle.ManagedDataAccess.
This task would split the database providers into separate NuGet packages with their own dependencies on both the main NHibernate package and an external database driver, if possible.
Nathan Brown added a comment — 17th May 2017, 15:50:07: