From d6e5b822ee5aa17e474c4af9a8397e450ee0c880 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Mon, 19 May 2025 16:32:47 -0600 Subject: [PATCH] Update setup-tooling.md --- docs/fundamentals/setup-tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/setup-tooling.md b/docs/fundamentals/setup-tooling.md index b9af3a64c0..d30c1f11ab 100644 --- a/docs/fundamentals/setup-tooling.md +++ b/docs/fundamentals/setup-tooling.md @@ -90,7 +90,7 @@ dotnet new install Aspire.ProjectTemplates To install a specific version, append the version number to the package name: ```dotnetcli -dotnet new install Aspire.ProjectTemplates::9.0.0 +dotnet new install Aspire.ProjectTemplates::9.3.0 ``` > [!TIP]