Skip to content

Instantly share code, notes, and snippets.

@PatrickMcDonald
Last active August 6, 2025 13:35
Show Gist options
  • Save PatrickMcDonald/442f54771cffb74741f134186c7c462b to your computer and use it in GitHub Desktop.
Save PatrickMcDonald/442f54771cffb74741f134186c7c462b to your computer and use it in GitHub Desktop.

Getting started

  • Version: 9.4
  • Latest as at: 2025-08-05
  • Prerequisites:
    • .NET 9.0 SDK

install

dotnet new install Aspire.ProjectTemplates::9.4.0

upgrade

dotnet new install Aspire.ProjectTemplates::9.4.0 --force

install cli

To install the Aspire CLI, run the following command in your terminal:

Invoke-Expression "& { $(Invoke-RestMethod https://aspire.dev/install.ps1) }"

Source: Install .NET Aspire CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment