From ff55da965356fb3ac8be28d11a6cb2107ebe4865 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 31 Mar 2020 11:33:14 -0700 Subject: [PATCH] Fixup VS Download links (#17534) * Fixup VS Download links * Update get-started.md --- aspnetcore/blazor/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/get-started.md b/aspnetcore/blazor/get-started.md index a0c7548a51..b78d55c08f 100644 --- a/aspnetcore/blazor/get-started.md +++ b/aspnetcore/blazor/get-started.md @@ -19,9 +19,9 @@ To get started with Blazor, follow the guidance for your choice of tooling: # [Visual Studio](#tab/visual-studio) -1. To create Blazor Server apps, install [Visual Studio 2019 version 16.4 or later](https://visualstudio.microsoft.com/vs/preview/) with the **ASP.NET and web development** workload. +1. To create Blazor Server apps, install the latest version of [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with the **ASP.NET and web development** workload. - To create Blazor Server and Blazor WebAssembly apps, install Visual Studio 2019 16.6 Preview 2 or later with the **ASP.NET and web development** workload. + To create Blazor Server and Blazor WebAssembly apps, install the latest preview of [Visual Studio 2019](https://visualstudio.microsoft.com/vs/preview/) with the **ASP.NET and web development** workload. For information on the two Blazor hosting models, *Blazor WebAssembly* and *Blazor Server*, see .