Skip to content

Commit 8f93df4

Browse files
authored
Fixes #2374 (#2431)
1 parent 41c49de commit 8f93df4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/fundamentals/setup-tooling.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Aspire tooling
33
description: Learn about essential tooling concepts for .NET Aspire.
4-
ms.date: 11/04/2024
4+
ms.date: 01/17/2025
55
zone_pivot_groups: dev-environment
66
uid: dotnet/aspire/setup-tooling
77
---
@@ -22,7 +22,6 @@ uid: dotnet/aspire/setup-tooling
2222
To work with .NET Aspire, you need the following installed locally:
2323

2424
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0).
25-
- [.NET Aspire SDK](dotnet-aspire-sdk.md)
2625
- An OCI compliant container runtime, such as:
2726
- [Docker Desktop](https://www.docker.com/products/docker-desktop) or [Podman](https://podman.io/). For more information, see [Container runtime](#container-runtime).
2827
- An Integrated Developer Environment (IDE) or code editor, such as:
@@ -33,9 +32,7 @@ To work with .NET Aspire, you need the following installed locally:
3332

3433
:::zone pivot="visual-studio"
3534

36-
Visual Studio 2022 17.9 or higher includes the latest [.NET Aspire SDK](dotnet-aspire-sdk.md) by default when you install the Web & Cloud workload.
37-
38-
If you have an earlier version of Visual Studio 2022, you can either upgrade to Visual Studio 2022 17.9 or you can install the .NET Aspire SDK using the following steps:
35+
Visual Studio 2022 17.9 or higher includes the latest [.NET Aspire SDK](dotnet-aspire-sdk.md) by default when you install the Web & Cloud workload. If you have an earlier version of Visual Studio 2022, you can either upgrade to Visual Studio 2022 17.9 or you can install the .NET Aspire SDK using the following steps:
3936

4037
To install the .NET Aspire workload in Visual Studio 2022, use the Visual Studio installer.
4138

@@ -50,7 +47,11 @@ To install the .NET Aspire workload in Visual Studio 2022, use the Visual Studio
5047
:::zone-end
5148
:::zone pivot="vscode,dotnet-cli"
5249

53-
To ensure that you install the latest version of the .NET Aspire SDK, ...
50+
<!-- Visual Studio Code and .NET CLI instructions
51+
52+
Intentionally left blank, as you don't need to do anything extra.
53+
54+
-->
5455

5556
:::zone-end
5657

0 commit comments

Comments
 (0)