CommunityToolkit.Aspire.Hosting.Azure.Dapr 9.3.0

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

CommunityToolkit.Aspire.Hosting.Azure.Dapr library

Provides extension methods and resource definitions for a .NET Aspire AppHost to configure Dapr resources.

Getting started

Install the package

In your AppHost project, install the .NET Aspire Dapr Hosting library with NuGet:

dotnet add package CommunityToolkit.Aspire.Hosting.Azure.Dapr

Usage example

Then, in the Program.cs file of AppHost, add Dapr resources and consume the connection using the following methods:

var builder = DistributedApplication.CreateBuilder(args);

var stateStore = builder.AddDaprStateStore("statestore");
var pubSub = builder.AddDaprPubSub("pubsub");

builder.AddProject<Projects.MyApp>("myapp")
       .WithDaprSidecar()
       .WithReference(stateStore)
       .WithReference(pubSub);

builder.Build().Run();

Additional documentation

https://dapr.io/

Notes

Note that Aspire is only tested for compatibility with the most recently stable version of Dapr. Currently 1.15.3 for the Dapr runtime and 1.15.0 for the Dapr CLI.

Feedback & contributing

https://github.com/dotnet/aspire

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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on CommunityToolkit.Aspire.Hosting.Azure.Dapr:

Package Downloads
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
13.0.0 197 11/25/2025
13.0.0-beta.462 109 11/25/2025
13.0.0-beta.456 114 11/23/2025
13.0.0-beta.454 73 11/23/2025
13.0.0-beta.453 92 11/22/2025
13.0.0-beta.450 99 11/22/2025
13.0.0-beta.448 98 11/22/2025
13.0.0-beta.444 333 11/17/2025
13.0.0-beta.443 244 11/17/2025
13.0.0-beta.440 87 11/15/2025
13.0.0-beta.439 223 11/12/2025
13.0.0-beta.438 224 11/12/2025
13.0.0-beta.436 222 11/12/2025
13.0.0-beta.435 221 11/11/2025
13.0.0-beta.433 143 11/10/2025
13.0.0-beta.432 142 11/10/2025
13.0.0-beta.431 138 11/6/2025
13.0.0-beta.430 137 11/6/2025
9.9.0 570 11/3/2025
9.9.0-beta.427 138 11/3/2025
9.8.1-beta.426 141 11/3/2025
9.8.1-beta.424 131 10/28/2025
9.8.1-beta.420 137 10/27/2025
9.8.1-beta.419 123 10/27/2025
9.8.1-beta.417 128 10/27/2025
9.8.1-beta.414 127 10/24/2025
9.8.1-beta.413 125 10/22/2025
9.8.1-beta.410 121 10/16/2025
9.8.1-beta.408 120 10/16/2025
9.8.1-beta.407 114 10/16/2025
9.8.1-beta.406 296 10/15/2025
9.8.0 655 9/26/2025
9.8.0-beta.405 120 10/15/2025
9.8.0-beta.404 125 10/13/2025
9.8.0-beta.402 131 9/29/2025
9.8.0-beta.401 121 9/29/2025
9.8.0-beta.399 129 9/26/2025
9.8.0-beta.398 132 9/25/2025
9.8.0-beta.397 132 9/25/2025
9.8.0-beta.395 133 9/24/2025
9.8.0-beta.394 152 9/23/2025
9.8.0-beta.393 128 9/23/2025
9.8.0-beta.392 136 9/23/2025
9.8.0-beta.389 250 9/18/2025
9.8.0-beta.388 264 9/16/2025
9.8.0-beta.386 210 9/15/2025
9.8.0-beta.385 202 9/15/2025
9.8.0-beta.384 57 9/13/2025
9.8.0-beta.376 123 9/8/2025
9.8.0-beta.375 69 9/6/2025
9.8.0-beta.373 141 9/5/2025
9.8.0-beta.372 139 9/4/2025
9.8.0-beta.370 147 9/2/2025
9.8.0-beta.364 127 9/1/2025
9.7.2 919 8/29/2025
9.7.2-beta.362 173 8/29/2025
9.7.2-beta.361 173 8/29/2025
9.7.2-beta.360 174 8/29/2025
9.7.2-beta.359 176 8/28/2025
9.7.2-beta.358 176 8/28/2025
9.7.2-beta.357 177 8/28/2025
9.7.1 300 8/27/2025
9.7.1-beta.355 180 8/27/2025
9.7.1-beta.354 178 8/27/2025
9.7.1-beta.353 177 8/27/2025
9.7.1-beta.352 175 8/27/2025
9.7.1-beta.351 178 8/27/2025
9.7.1-beta.348 140 8/14/2025
9.7.1-beta.344 78 8/10/2025
9.7.1-beta.343 204 8/8/2025
9.7.1-beta.342 219 8/7/2025
9.7.1-beta.341 207 8/6/2025
9.7.1-beta.340 203 8/5/2025
9.7.1-beta.339 195 8/5/2025
9.7.0 646 8/1/2025
9.7.0-beta.337 94 8/1/2025
9.7.0-beta.336 99 8/1/2025
9.7.0-beta.335 100 8/1/2025
9.7.0-beta.333 112 7/30/2025
9.6.1-beta.332 110 7/30/2025
9.6.1-beta.331 115 7/30/2025
9.6.1-beta.330 103 7/30/2025
9.6.1-beta.329 110 7/30/2025
9.6.1-beta.328 117 7/29/2025
9.6.1-beta.327 131 7/28/2025
9.6.1-beta.326 123 7/28/2025
9.6.0 387 7/10/2025
9.6.0-beta.324 578 7/10/2025
9.5.1-beta.323 132 7/10/2025
9.5.1-beta.322 157 7/10/2025
9.5.1-beta.321 130 7/10/2025
9.5.1-beta.320 323 7/9/2025
9.5.1-beta.319 326 7/8/2025
9.5.1-beta.318 392 7/2/2025
9.5.1-beta.317 129 6/30/2025
9.5.1-beta.315 155 6/26/2025
9.5.1-beta.314 136 6/23/2025
9.5.1-beta.313 121 6/20/2025
9.5.1-beta.312 131 6/20/2025
9.5.1-beta.311 155 6/18/2025
9.5.1-beta.310 154 6/17/2025
9.5.1-beta.309 154 6/17/2025
9.5.1-beta.308 132 6/17/2025
9.5.1-beta.307 134 6/16/2025
9.5.1-beta.306 281 6/11/2025
9.5.1-beta.305 108 6/7/2025
9.5.1-beta.304 114 6/6/2025
9.5.1-beta.303 137 6/4/2025
9.5.1-beta.302 152 6/4/2025
9.5.1-beta.301 153 6/2/2025
9.5.1-beta.300 163 5/28/2025
9.5.0 1,932 5/27/2025
9.5.0-beta.299 131 5/27/2025
9.5.0-beta.298 137 5/26/2025
9.5.0-beta.297 94 5/24/2025
9.5.0-beta.296 91 5/24/2025
9.5.0-beta.295 65 5/24/2025
9.4.1-beta.291 158 5/19/2025
9.4.1-beta.289 157 5/16/2025
9.4.1-beta.288 229 5/16/2025
9.4.1-beta.287 204 5/16/2025
9.4.1-beta.286 202 5/16/2025
9.4.1-beta.285 222 5/14/2025
9.4.1-beta.284 224 5/13/2025
9.4.1-beta.283 223 5/12/2025
9.4.1-beta.282 143 5/7/2025
9.4.1-beta.280 130 5/2/2025
9.4.1-beta.279 132 5/2/2025
9.4.1-beta.277 284 4/23/2025
9.4.1-beta.276 168 4/23/2025
9.4.1-beta.275 169 4/23/2025
9.4.1-beta.274 155 4/23/2025
9.4.1-beta.273 147 4/23/2025
9.4.1-beta.272 146 4/23/2025
9.4.1-beta.271 163 4/23/2025
9.4.1-beta.270 148 4/20/2025
9.4.0 1,063 4/20/2025
9.4.0-beta.269 151 4/20/2025
9.4.0-beta.268 147 4/20/2025
9.3.1-beta.267 150 4/20/2025
9.3.1-beta.266 85 4/19/2025
9.3.1-beta.265 180 4/15/2025
9.3.1-beta.264 194 4/15/2025
9.3.1-beta.263 181 4/15/2025
9.3.1-beta.262 207 4/15/2025
9.3.1-beta.260 155 4/10/2025
9.3.1-beta.259 153 4/8/2025
9.3.1-beta.258 156 4/8/2025
9.3.1-beta.257 155 4/8/2025
9.3.1-beta.256 156 4/8/2025
9.3.1-beta.255 145 4/8/2025
9.3.1-beta.254 148 4/8/2025
9.3.1-beta.253 166 4/1/2025
9.3.1-beta.252 132 3/27/2025
9.3.1-beta.250 133 3/27/2025
9.3.1-beta.249 129 3/27/2025
9.3.1-beta.248 144 3/27/2025
9.3.1-beta.247 133 3/27/2025
9.3.1-beta.244 481 3/25/2025
9.3.1-beta.242 477 3/24/2025
9.3.1-beta.241 147 3/19/2025
9.3.0 1,545 3/19/2025
9.3.0-beta.239 148 3/19/2025
9.2.2-beta.237 143 3/19/2025
9.2.2-beta.236 145 3/14/2025
9.2.2-beta.230 152 3/13/2025
9.2.2-beta.229 164 3/13/2025