ActivityPub.Common 0.1.0-snapshot.2024-01-08.18-02-38

This is a prerelease version of ActivityPub.Common.
dotnet add package ActivityPub.Common --version 0.1.0-snapshot.2024-01-08.18-02-38
NuGet\Install-Package ActivityPub.Common -Version 0.1.0-snapshot.2024-01-08.18-02-38
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="ActivityPub.Common" Version="0.1.0-snapshot.2024-01-08.18-02-38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ActivityPub.Common --version 0.1.0-snapshot.2024-01-08.18-02-38
#r "nuget: ActivityPub.Common, 0.1.0-snapshot.2024-01-08.18-02-38"
#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.
// Install ActivityPub.Common as a Cake Addin
#addin nuget:?package=ActivityPub.Common&version=0.1.0-snapshot.2024-01-08.18-02-38&prerelease

// Install ActivityPub.Common as a Cake Tool
#tool nuget:?package=ActivityPub.Common&version=0.1.0-snapshot.2024-01-08.18-02-38&prerelease

ActivityPub.Common

Contains types and logic needed by multiple ActivityPubSharp packages. Unlike the internal utilities, this module is available to user code. It is loaded implicitly by most other packages, but you can initialize it manually through CommonModule. All important services and configuration classes are bound through DI.

This module does not publish a package. Instead, its included as a dependency by other packages that need it.

Package Reference

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ActivityPub.Common:

Package Downloads
ActivityPub.Client

ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package implements the Client conformance class and supports the client side of Client to Server interactions.

ActivityPub.Server

ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package implements the Server conformance class to support the server side of Client to Server interactions.

GitHub repositories

This package is not used by any popular GitHub repositories.