Skip to content

Commit

Permalink
Update setup-tooling.md (#145)
Browse files Browse the repository at this point in the history
Fixes #144
  • Loading branch information
IEvangelist authored Dec 8, 2023
1 parent b6ff416 commit 0e50834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup-tooling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: .NET Aspire tooling
description: Learn about essential tooling concepts for .NET Aspire.
ms.date: 12/04/2023
ms.date: 12/08/2023
---

# .NET Aspire setup and tooling
Expand Down Expand Up @@ -51,7 +51,7 @@ dotnet workload install aspire
If you've already installed the .NET Aspire workload, it's best to ensure that you're using the latest version. To ensure that you are, use the following [dotnet workload update](/dotnet/core/tools/dotnet-workload-update) command:

```dotnetcli
dotnet workload update aspire
dotnet workload update
```

---
Expand Down

0 comments on commit 0e50834

Please sign in to comment.