Katalyst.App.Core 1.2.1

dotnet add package Katalyst.App.Core --version 1.2.1
                    
NuGet\Install-Package Katalyst.App.Core -Version 1.2.1
                    
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="Katalyst.App.Core" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Katalyst.App.Core" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Katalyst.App.Core" />
                    
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 Katalyst.App.Core --version 1.2.1
                    
#r "nuget: Katalyst.App.Core, 1.2.1"
                    
#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 Katalyst.App.Core@1.2.1
                    
#: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=Katalyst.App.Core&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Katalyst.App.Core&version=1.2.1
                    
Install as a Cake Tool

App.Core

Shared core abstractions and infrastructure contracts for Katalyst applications (ASP.NET Core, Entity Framework Core integration points, logging, and related primitives).

Package

  • NuGet: Katalyst.App.Core
  • Target framework: .NET 10 (net10.0)

Reference

Add a package or project reference, then use the types and extension methods provided by this library from your API, web, or module projects.

<PackageReference Include="Katalyst.App.Core" Version="..." />

This project is part of the netcore-web-app template; reference the published package version that matches your release tag, or reference the project directly during development.

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 (1)

Showing the top 1 NuGet packages that depend on Katalyst.App.Core:

Package Downloads
Katalyst.App.Auth

Reusable authentication and authorization abstractions with pluggable vendor providers (including Keycloak).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 130 4/29/2026
1.2.0 123 4/23/2026
1.1.0 106 4/14/2026
1.0.0 133 4/7/2026
0.0.3 108 4/7/2026