NHibernate.NetCore 9.0.3

dotnet add package NHibernate.NetCore --version 9.0.3
                    
NuGet\Install-Package NHibernate.NetCore -Version 9.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NHibernate.NetCore" Version="9.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHibernate.NetCore" Version="9.0.3" />
                    
Directory.Packages.props
<PackageReference Include="NHibernate.NetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NHibernate.NetCore --version 9.0.3
                    
#r "nuget: NHibernate.NetCore, 9.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NHibernate.NetCore&version=9.0.3
                    
Install as a Cake Addin
#tool nuget:?package=NHibernate.NetCore&version=9.0.3
                    
Install as a Cake Tool

Extensions for NHibernate when used in dotnet core. For examples, visit https://github.com/beginor/nhibernate-extensions/blob/master/test/NHibernate.Extensions.UnitTest/BaseTest.cs

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NHibernate.NetCore:

Package Downloads
TrinityText.Domain.NH

Trinity Text domain layer implementation with NHibernate

SYLibrary.WSS

net5框架,ORM替换成Nhibernate,添加consul服务发现。

NhStandardLibraryCore

Nh版本

Net5LeoLibrary

net5框架,ORM替换成Nhibernate,添加consul服务发现。

MyHome.Common.DataBase

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.3 518 a month ago
9.0.2 1,813 3 months ago
9.0.1 753 4 months ago
9.0.0 951 7 months ago
8.0.14 20,704 9 months ago
8.0.13 604 9 months ago
8.0.12 557 10 months ago
8.0.11 176 10 months ago
8.0.10 755 10 months ago
8.0.9 161 10 months ago
8.0.8 4,026 7/8/2024
8.0.7 6,839 5/11/2024
8.0.6 1,913 3/29/2024
8.0.5 1,520 3/18/2024
8.0.4 6,161 2/17/2024
8.0.3 434 2/4/2024
8.0.2 689 1/21/2024
8.0.1 1,026 12/26/2023
8.0.0 1,651 11/19/2023
7.0.9 1,938 9/28/2023
7.0.8 923 9/2/2023
7.0.7 812 8/19/2023
7.0.6 352 8/3/2023
7.0.5 671 7/8/2023
7.0.4 329 6/14/2023
7.0.3 1,626 4/9/2023
7.0.2 25,635 2/14/2023
7.0.1 1,530 12/20/2022
7.0.0 678 11/24/2022
6.0.13 106,177 10/25/2022
6.0.12 2,494 10/3/2022
6.0.11 12,061 8/11/2022
6.0.10 679 8/8/2022
6.0.9 5,349 6/24/2022
6.0.8 7,547 5/10/2022
6.0.7 9,913 4/18/2022
6.0.6 643 4/18/2022
6.0.5 4,651 2/25/2022
6.0.4 775 2/21/2022
6.0.3 801 2/16/2022
6.0.2 1,701 1/11/2022
6.0.1 1,136 12/16/2021
6.0.0 1,851 11/20/2021
5.0.11 45,085 9/28/2021
5.0.10 622 9/23/2021
5.0.9 6,424 7/28/2021
5.0.8 2,985 7/6/2021
5.0.7 15,335 5/21/2021
5.0.6 4,804 4/13/2021
5.0.5 1,597 3/22/2021
5.0.4 6,355 2/24/2021
5.0.3 754 1/30/2021
5.0.2 1,371 12/15/2020
5.0.1 905 11/18/2020
5.0.0 719 11/11/2020
5.0.0-rc.2 363 11/2/2020
5.0.0-rc.1 352 9/15/2020
3.1.7 85,596 8/19/2020
3.1.6 772 8/18/2020
3.1.5 2,011 7/28/2020
3.1.4 1,121 7/20/2020
3.1.3 17,482 4/20/2020
3.1.2 4,231 2/9/2020
3.1.1 2,530 12/5/2019
3.1.0 854 11/30/2019
3.0.0 1,307 10/10/2019
1.1.3 2,836 5/4/2019
1.1.2 1,487 12/28/2018
1.1.1 3,892 11/10/2018
1.1.0 4,059 11/10/2018
1.0.1 3,969 7/20/2018

Update to .NET 9.0.3; Update Npgsql to 9.0.3; Update other packages; New solution format (slnx);