Dapr.DurableTask.Grpc 1.16.5

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

Durable Task Protobuf

This directory contains the protobuf definitions for the Durable Task SDK, which are used to generate the C# source code for the gRPC service contracts. The official protobuf definitions are maintained in the Durable Task Protobuf repository.

Updating the Protobuf Definitions

To update the protobuf definitions in this directory, follow these steps:

  1. Make sure you have PowerShell installed on your machine.
  2. Run the following command to download the latest protobuf definitions from the Durable Task SDK repository:
.\refresh-protos.ps1

This script will download the latest protobuf definitions from the https://github.com/microsoft/durabletask-protobuf repository and copy them to this directory.

By default, the latest versions of the protobufs are downloaded from the main branch. To specify an alternative branch, use the -branch parameter:

.\refresh-protos.ps1 -branch <branch-name>

The versions.txt file in this directory contains the list of protobuf files and their commit hashes that were last downloaded. It is updated automatically by the refresh-protos.ps1 script.

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 (2)

Showing the top 2 NuGet packages that depend on Dapr.DurableTask.Grpc:

Package Downloads
Dapr.DurableTask.Client.Grpc

The gRPC client for the Durable Task Framework.

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.5 105 9/6/2025
1.16.4 233 9/3/2025
1.16.3 102 9/3/2025
1.16.2 930 8/23/2025
1.16.1 256 8/22/2025
1.16.0 846 8/12/2025
1.16.0-rc06 392 8/18/2025
1.16.0-rc05 4,179 6/29/2025
1.16.0-rc04 515 6/26/2025
1.16.0-rc03 2,145 6/2/2025
1.15.6 293 5/27/2025
1.15.5 260 5/23/2025
1.15.4 204 5/23/2025