Dapr.AspNetCore 0.11.0-preview02

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

This package contains the reference assemblies for developing services using Dapr and AspNetCore.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (72)

Showing the top 5 NuGet packages that depend on Dapr.AspNetCore:

Package Downloads
Dapr.Workflow

Dapr Workflow SDK for building workflows as code with Dapr

EventDriven.EventBus.Dapr

An event bus abstraction layer over Dapr pub/sub.

EachShow.Host

主机启动程序

Sagaway.Callback.Propagator

The callback propagator package of the Sagaway Saga Framework. Use by a participant remote service to propagate the context

Masa.Contrib.Dispatcher.IntegrationEvents.Dapr

Package Description

GitHub repositories (27)

Showing the top 20 popular GitHub repositories that depend on Dapr.AspNetCore:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
dapr/quickstarts
Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
MUnique/OpenMU
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
madslundt/NetCoreMicroservicesSample
Sample using micro services in .NET Core 3.1 Focusing on clean code
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
CommunityToolkit/Aspire
A community project with additional components and extensions for .NET Aspire
PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook
The Azure Cloud Native Architecture Mapbook, published by Packt
masalabs/MASA.EShop
A sample .NET Core distributed application based on eShopOnDapr, powered by MASA.Framework,Dapr.
thangchung/practical-dapr
A full-stack .NET microservices build on Dapr and Tye
microsoft/project-oagents
Experimental AI Agents Framework
alugili/ModernArchitectureShop
The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
Version Downloads Last Updated
1.16.0-rc05 2,133 7/1/2025
1.16.0-rc04 430 6/27/2025
1.16.0-rc03 1,988 6/2/2025
1.16.0-rc02 285 5/27/2025
1.16.0-rc01 568 5/23/2025
1.15.4 240,032 4/25/2025
1.15.4-rc01 114 4/25/2025
1.15.3 143,986 4/8/2025
1.15.2 239,552 3/11/2025
1.15.1 55,626 3/4/2025
1.15.0 86,925 2/27/2025
1.15.0-rc07 238 2/26/2025
1.15.0-rc06 172 2/26/2025
1.15.0-rc05 8,808 2/20/2025
1.15.0-rc04 739 2/11/2025
1.15.0-rc03 1,568 2/4/2025
1.15.0-rc02 12,262 1/16/2025
1.15.0-rc01 6,658 1/6/2025
1.14.0 2,678,687 8/14/2024
1.14.0-rc02 1,195 7/23/2024
1.14.0-rc01 2,809 7/9/2024
1.13.1 1,649,893 4/24/2024
1.13.0 798,968 3/6/2024
1.13.0-rc03 1,622 2/26/2024
1.13.0-rc02 1,314 2/16/2024
1.12.0 1,897,460 10/12/2023
1.12.0-rc02 5,774 10/6/2023
1.12.0-rc01 2,341 9/15/2023
1.11.0 1,285,621 6/12/2023
1.11.0-rc02 242 6/12/2023
1.11.0-rc01 2,746 5/25/2023
1.10.0 1,737,934 2/21/2023
1.10.0-rc04 672 2/16/2023
1.10.0-rc03 664 2/8/2023
1.10.0-rc02 1,618 2/3/2023
1.10.0-rc01 271 2/2/2023
1.9.0 1,052,727 10/14/2022
1.9.0-rc02 294 10/13/2022
1.9.0-rc01 3,924 10/3/2022
1.8.0 1,128,024 7/7/2022
1.8.0-rc01 18,381 6/30/2022
1.7.0 650,712 4/7/2022
1.7.0-rc01 481 3/29/2022
1.6.0 717,158 1/24/2022
1.6.0-rc01 1,935 1/14/2022
1.5.0 373,713 11/11/2021
1.5.0-rc01 979 11/8/2021
1.4.0 176,719 9/16/2021
1.4.0-rc01 549 9/8/2021
1.3.0 248,381 7/26/2021
1.3.0-rc02 611 7/22/2021
1.3.0-rc01 735 7/16/2021
1.2.0 186,205 5/26/2021
1.2.0-rc01 489 5/19/2021
1.1.2 35,766 5/13/2021
1.1.1 14,977 4/30/2021
1.1.0 60,936 4/1/2021
1.1.0-rc01 377 3/30/2021
1.0.0 151,272 2/17/2021
1.0.0-rc06 1,220 2/11/2021
1.0.0-rc05 5,228 2/1/2021
1.0.0-rc04 1,988 1/30/2021
1.0.0-rc02 70,761 12/15/2020
0.12.0-preview01 24,165 11/12/2020
0.11.0-preview02 2,552 10/14/2020
0.11.0-preview01 8,200 9/30/2020
0.10.0-preview01 20,123 8/20/2020
0.9.0-preview01 4,184 7/16/2020
0.8.0-preview01 13,812 6/9/2020
0.7.0-preview01 2,169 5/5/2020
0.6.0-preview01 4,513 4/2/2020
0.5.0-preview02 722 3/21/2020
0.5.0-preview01 597 3/12/2020