From f2bd280d4be08fe993fac4ffee37130a0892619a Mon Sep 17 00:00:00 2001 From: chanmmn <33271651+chanmmn@users.noreply.github.com> Date: Mon, 20 Jan 2020 18:29:28 +0800 Subject: [PATCH] Visual Studio 16.4 should be only in VS 2019 (#16612) --- aspnetcore/blazor/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/get-started.md b/aspnetcore/blazor/get-started.md index 3bc3f8e3cc..eb91f1e42f 100644 --- a/aspnetcore/blazor/get-started.md +++ b/aspnetcore/blazor/get-started.md @@ -31,7 +31,7 @@ Get started with Blazor: # [Visual Studio](#tab/visual-studio) - 1\. Install [Visual Studio 16.4 or later](https://visualstudio.microsoft.com/vs/preview/) with the **ASP.NET and web development** workload. + 1\. Install [Visual Studio 2019 version 16.4 or later](https://visualstudio.microsoft.com/vs/preview/) with the **ASP.NET and web development** workload. 2\. Create a new project.