ActivityPub.Common
0.1.0-snapshot.2024-10-13.21-01-46
dotnet add package ActivityPub.Common --version 0.1.0-snapshot.2024-10-13.21-01-46
NuGet\Install-Package ActivityPub.Common -Version 0.1.0-snapshot.2024-10-13.21-01-46
<PackageReference Include="ActivityPub.Common" Version="0.1.0-snapshot.2024-10-13.21-01-46" />
paket add ActivityPub.Common --version 0.1.0-snapshot.2024-10-13.21-01-46
#r "nuget: ActivityPub.Common, 0.1.0-snapshot.2024-10-13.21-01-46"
// Install ActivityPub.Common as a Cake Addin #addin nuget:?package=ActivityPub.Common&version=0.1.0-snapshot.2024-10-13.21-01-46&prerelease // Install ActivityPub.Common as a Cake Tool #tool nuget:?package=ActivityPub.Common&version=0.1.0-snapshot.2024-10-13.21-01-46&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.
Product | Versions 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. |
-
net8.0
- ActivityPub.Types (>= 0.1.0-snapshot.2024-10-13.21-01-46)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
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.