Dapr.DurableTask.Abstractions 1.15.6

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dapr.DurableTask.Abstractions --version 1.15.6
                    
NuGet\Install-Package Dapr.DurableTask.Abstractions -Version 1.15.6
                    
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="Dapr.DurableTask.Abstractions" Version="1.15.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapr.DurableTask.Abstractions" Version="1.15.6" />
                    
Directory.Packages.props
<PackageReference Include="Dapr.DurableTask.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 Dapr.DurableTask.Abstractions --version 1.15.6
                    
#r "nuget: Dapr.DurableTask.Abstractions, 1.15.6"
                    
#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.
#addin nuget:?package=Dapr.DurableTask.Abstractions&version=1.15.6
                    
Install Dapr.DurableTask.Abstractions as a Cake Addin
#tool nuget:?package=Dapr.DurableTask.Abstractions&version=1.15.6
                    
Install Dapr.DurableTask.Abstractions as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0-rc03 976 6/2/2025
1.15.6 275 5/27/2025
1.15.5 235 5/23/2025
1.15.4 166 5/23/2025
1.15.3 145 5/23/2025
1.15.0 154 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`