Ardalis.SharedKernel 5.0.0

dotnet add package Ardalis.SharedKernel --version 5.0.0
                    
NuGet\Install-Package Ardalis.SharedKernel -Version 5.0.0
                    
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="Ardalis.SharedKernel" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ardalis.SharedKernel" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Ardalis.SharedKernel" />
                    
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 Ardalis.SharedKernel --version 5.0.0
                    
#r "nuget: Ardalis.SharedKernel, 5.0.0"
                    
#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.
#:package Ardalis.SharedKernel@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ardalis.SharedKernel&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Ardalis.SharedKernel&version=5.0.0
                    
Install as a Cake Tool

An example shared kernel project/package for use with Ardalis.CleanArchitecture template. You should probably replace this with your own package!

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (19)

Showing the top 5 NuGet packages that depend on Ardalis.SharedKernel:

Package Downloads
mmx.permissions.core

Core library for MMX Permissions system providing domain models, use cases, and infrastructure for role-based access control and endpoint permissions management.

Cheetah.Domain

Package Description

Cinema.Common

Package Description

Cheetah.Core

Package Description

Hmz.Core.SharedKernel

The core funcationalities to support all Hmz projects

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ardalis.SharedKernel:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
Version Downloads Last Updated
5.0.0 57,453 11/13/2025
4.1.0 12,529 10/15/2025
4.0.0 872 10/15/2025
3.0.1 42,025 7/1/2025
2.1.1 193,843 10/18/2024
2.1.0 2,810 10/18/2024
1.6.0 72,434 7/22/2024
1.5.0 72,092 3/20/2024
1.4.0 126,549 11/10/2023
1.3.0 61,704 8/1/2023
1.1.0 925 7/25/2023
1.0.0 4,751 7/25/2023

* Updated to net10
     * Updated dependencies