From 63b874fe73ae7ceea6f36add6bd45aa2ac7c6b68 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 14 Nov 2023 14:18:56 -0500 Subject: [PATCH] update vs --- docs/includes/aspire-prereqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/aspire-prereqs.md b/docs/includes/aspire-prereqs.md index 9e1335a9ca..89aa7e1d8c 100644 --- a/docs/includes/aspire-prereqs.md +++ b/docs/includes/aspire-prereqs.md @@ -8,7 +8,7 @@ To work with .NET Aspire, you'll need the following installed locally: - [Use the `dotnet workload install aspire` command](../setup-tooling.md?tabs=dotnet-cli#install-net-aspire) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Integrated Developer Environment (IDE) or code editor, such as: - - [Visual Studio 2022](https://www.visualstudio.microsoft.com) version 17.9 or higher (Optional) + - [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) version 17.9 or higher (Optional) - [Visual Studio Code](https://code.visualstudio.com/) (Optional) For more information, see [.NET Aspire setup and tooling](../setup-tooling.md).