Skip to content

Commit a1bb3e5

Browse files
authored
Upgrade Aspire doc improvements (#4634)
1 parent c6c57ba commit a1bb3e5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/get-started/upgrade-to-aspire-9.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,16 @@ Before you upgrade your projects to .NET Aspire 9.4.2, ensure that you have the
2323
- [Use the .NET Aspire SDK](../fundamentals/dotnet-aspire-sdk.md).
2424
- If you have a version of .NET Aspire older than 9.0, [remove it](#remove-the-net-aspire-workload-first-time-upgrades-from-version-8-only).
2525

26-
## Upgrade your development environment
26+
## Upgrade the .NET Aspire project templates
2727

28-
Before you can use .NET Aspire 9 or later versions, you need to upgrade your tooling and install the latest project templates.
29-
30-
### Upgrade the .NET Aspire project templates
31-
32-
If you have removed, or never had, the **aspire workload**, you can install the latest .NET Aspire project templates by running this command:
28+
Install the latest .NET Aspire project templates by running this command:
3329

3430
```dotnetcli
3531
dotnet new install Aspire.ProjectTemplates
3632
```
3733

3834
> [!TIP]
39-
> If you already have the .NET Aspire workload installed, you need to pass the `--force` flag to overwrite the existing templates. For instructions on uninstalling the workload, see [Remove the .NET Aspire workload (first-time upgrades from version 8 only)](#remove-the-net-aspire-workload-first-time-upgrades-from-version-8-only).
35+
> If you have the legacy .NET Aspire workload installed, you need to pass the `--force` flag to overwrite the existing templates. For instructions on uninstalling the legacy workload, see [Remove the .NET Aspire workload (first-time upgrades from version 8 only)](#remove-the-net-aspire-workload-first-time-upgrades-from-version-8-only).
4036
4137
## Manually upgrade a solution to .NET Aspire 9.4.2
4238

0 commit comments

Comments
 (0)