Dapr.DurableTask.Abstractions
1.16.2
Prefix Reserved
dotnet add package Dapr.DurableTask.Abstractions --version 1.16.2
NuGet\Install-Package Dapr.DurableTask.Abstractions -Version 1.16.2
<PackageReference Include="Dapr.DurableTask.Abstractions" Version="1.16.2" />
<PackageVersion Include="Dapr.DurableTask.Abstractions" Version="1.16.2" />
<PackageReference Include="Dapr.DurableTask.Abstractions" />
paket add Dapr.DurableTask.Abstractions --version 1.16.2
#r "nuget: Dapr.DurableTask.Abstractions, 1.16.2"
#:package Dapr.DurableTask.Abstractions@1.16.2
#addin nuget:?package=Dapr.DurableTask.Abstractions&version=1.16.2
#tool nuget:?package=Dapr.DurableTask.Abstractions&version=1.16.2
Abstractions for Microsoft.DurableTask
. This package is for the core types used to define orchestrations and activities that are ran as part of Durable Task Framework.
Commonly used types:
TaskOrchestrator<TInput, TOutput>
TaskActivity<TInput, TOutput>
For more information, see https://github.com/microsoft/durabletask-dotnet
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Microsoft.Azure.DurableTask.Core (>= 3.1.0)
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.8)
- System.Collections.Immutable (>= 9.0.8)
- System.Text.Json (>= 9.0.8)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Dapr.DurableTask.Abstractions:
Package | Downloads |
---|---|
Dapr.DurableTask.Worker
The core worker for the Durable Task Framework. The worker is responsible for processing durable task work items. |
|
Dapr.DurableTask.Client
The core client for the Durable Task Framework. The client is responsible for interacting with orchestrations from outside the worker. |
|
Dapr.DurableTask.Worker.Grpc
The gRPC worker for the Durable Task Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.16.2 | 222 | 8/23/2025 |
1.16.1 | 235 | 8/22/2025 |
1.16.0 | 857 | 8/12/2025 |
1.16.0-rc06 | 390 | 8/18/2025 |
1.16.0-rc05 | 3,898 | 6/29/2025 |
1.16.0-rc04 | 525 | 6/26/2025 |
1.16.0-rc03 | 1,958 | 6/2/2025 |
1.15.6 | 300 | 5/27/2025 |
1.15.5 | 262 | 5/23/2025 |
1.15.4 | 178 | 5/23/2025 |
1.15.3 | 160 | 5/23/2025 |
1.15.0 | 172 | 5/22/2025 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.0
- Microsoft.Azure.DurableTask.Core dependency increased to `3.0.0`