From 302246df4194a779fd526818a09976b7ed739d18 Mon Sep 17 00:00:00 2001 From: Safia Abdalla <safia@microsoft.com> Date: Thu, 13 May 2021 09:19:23 -0700 Subject: [PATCH] Update required version of VS for repo build (#32624) --- docs/BuildFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 5b6ff4fcf8b..22ebed76751 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -39,7 +39,7 @@ Building ASP.NET Core on Windows (10, version 1803 or newer) requires that you h #### [Visual Studio 2019](https://visualstudio.com) -Visual Studio 2019 (16.8) is required to build the repo locally. If you don't have visual studio installed you can run [eng/scripts/InstallVisualStudio.ps1](/eng/scripts/InstallVisualStudio.ps1) to install the exact required dependencies. +Visual Studio 2019 (16.10 Preview 3) is required to build the repo locally. If you don't have visual studio installed you can run [eng/scripts/InstallVisualStudio.ps1](/eng/scripts/InstallVisualStudio.ps1) to install the exact required dependencies. > :bulb: By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag. > :bulb: To install Visual Studio from the preview channel, you can use the `-Channel` flag to set the channel (`-Channel Preview`). -- GitLab