Aspire.Hosting.AppHost 13.3.0

Aspire.Hosting.AppHost library

Provides the core APIs and MSBuild logic for Aspire AppHost projects.

Getting started

Install the package

In your project, install the Aspire AppHost library with NuGet:

dotnet add package Aspire.Hosting.AppHost

Usage example

Then, in the AppHost.cs file of AppHost, add project, container, and executable resources:

var builder = DistributedApplication.CreateBuilder(args);

// The Projects.MyApp type is generated by custom MSBuild targets added
// by the Aspire.Hosting.AppHost package when the MyApp project is added
// as a project reference.
var app = builder.AddProject<Projects.MyApp>("myapp");

builder.Build().Run();

Additional documentation

https://aspire.dev/

Feedback & contributing

https://github.com/microsoft/aspire

No packages depend on Aspire.Hosting.AppHost.

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
13.3.0 6 5/9/2026
13.2.4 9 5/4/2026
13.2.3 8 5/4/2026
13.2.2 7 5/4/2026
13.2.1 6 5/4/2026
13.2.0 6 5/4/2026
13.1.3 10 3/20/2026
13.1.2 14 2/28/2026
13.1.1 10 2/15/2026
13.1.0 23 12/17/2025
13.0.2 30 12/12/2025
13.0.1 33 12/12/2025
13.0.0 27 12/12/2025
9.5.2 25 12/12/2025
9.5.1 25 12/12/2025
9.5.0 26 12/12/2025
9.4.2 29 12/12/2025
9.4.1 23 12/12/2025
9.4.0 29 12/12/2025
9.3.1 20 12/12/2025
9.3.0 22 12/12/2025
9.2.1 25 12/12/2025
9.2.0 26 12/12/2025
9.1.0 25 12/12/2025
9.0.0 26 12/10/2025
9.0.0-rc.1.24511.1 25 12/12/2025
9.0.0-preview.3.24210.17 17 1/4/2026
8.2.2 23 12/12/2025
8.2.1 22 12/12/2025
8.2.0 22 12/12/2025
8.1.0 25 12/12/2025
8.0.2 27 12/12/2025
8.0.1 22 12/12/2025
8.0.0 27 12/12/2025
8.0.0-preview.7.24251.11 29 12/12/2025
8.0.0-preview.6.24214.1 21 12/12/2025
8.0.0-preview.5.24201.12 27 12/12/2025