Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSafia Abdalla <safia@microsoft.com>2021-05-13 19:19:23 +0300
committerGitHub <noreply@github.com>2021-05-13 19:19:23 +0300
commit302246df4194a779fd526818a09976b7ed739d18 (patch)
tree72f41eeba466b9fb9ae886524f2350fb27cab74e /docs
parentd8906c8523f071371ce95d4e2d2fdfa89858047e (diff)
Update required version of VS for repo build (#32624)eilon/blinforms-not-loading
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildFromSource.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index 5b6ff4fcf8..22ebed7675 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`).