You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To work with .NET Aspire, you need the following installed locally:
23
23
24
24
-[.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)
26
25
- An OCI compliant container runtime, such as:
27
26
-[Docker Desktop](https://www.docker.com/products/docker-desktop) or [Podman](https://podman.io/). For more information, see [Container runtime](#container-runtime).
28
27
- 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:
33
32
34
33
:::zone pivot="visual-studio"
35
34
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:
39
36
40
37
To install the .NET Aspire workload in Visual Studio 2022, use the Visual Studio installer.
41
38
@@ -50,7 +47,11 @@ To install the .NET Aspire workload in Visual Studio 2022, use the Visual Studio
50
47
:::zone-end
51
48
:::zone pivot="vscode,dotnet-cli"
52
49
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.
0 commit comments