CK.Packaging.Abstractions 0.1.1

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

Defines a Profile as a coherent set of package instances.

A PublishedProfile is the immutable set of packages a CKli World has published under one version: its Repositories hold the PackageInstance they produced, indexed by ProducedPackages, and the profile carries at most one version per package identifier. It can also describe what those repositories consume: the DirectDependencies they reference and the TransitiveDependencies a restore brings beyond those, whose Ambiguous entries carry the versions that disagree, the repositories that resolved each one and the anchor it resolves from. A profile can be deprecated (Deprecate, OnDeprecatedPackage), which yields a new profile: the model is a set of immutable values with updaters.

Serialization uses the basic Utf8JsonWriter/Utf8JsonReader: PublishedProfile.Write, PublishedProfile.Read (that can be used inside a bigger document) and PublishedProfile.Parse. Storing profiles as files is not this package's job: CKli's Publish plugin owns the folder that holds them.

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 CK.Packaging.Abstractions:

Package Downloads
CKli.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 277 9/14/2026
0.1.0 440 9/11/2026