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:
authorAdrian Wright <47532258+adrianwright109@users.noreply.github.com>2021-11-11 04:23:27 +0300
committerGitHub <noreply@github.com>2021-11-11 04:23:27 +0300
commit9e7c27a135ebdd2f1c6ee135c3a00aa550b7ff1e (patch)
tree429d7a75ae5a61f88eca160f86fea8437e3acc0e /docs
parent1111cb5bdf72ffa351da80fac8baed434de1e25a (diff)
Fix Visual Studio 2019 components configuration file (#38182)
* Fix Visual Studio 2019 components configuration file * fix other reference to non-existent file
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildFromSource.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index a293312c33..edf25f39ae 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -88,9 +88,9 @@ Visual Studio 2019 (16.10 Preview 3) is required to build the repo locally. If y
> You can do so by running the `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser` command
> in PowerShell. For more information on execution policies, you can read the [execution policy docs](https://docs.microsoft.com/powershell/module/microsoft.powershell.security/set-executionpolicy).
-The [global.json](/global.json) file specifies the minimum requirements needed to build using `msbuild`. The [eng/scripts/vs.json](/eng/scripts/vs.json) file provides a description of the components needed to build within VS. If you plan on developing in Visual Studio, you will need to have these components installed.
+The [global.json](/global.json) file specifies the minimum requirements needed to build using `msbuild`. The [eng/scripts/vs.16.json](/eng/scripts/vs.16.json) file provides a description of the components needed to build within VS. If you plan on developing in Visual Studio, you will need to have these components installed.
-> :bulb: The `InstallVisualStudio.ps1` script mentioned above reads from the `vs.json` file to determine what components to install.
+> :bulb: The `InstallVisualStudio.ps1` script mentioned above reads from the `vs.16.json` file to determine what components to install.
#### [Git](https://git-scm.org) on Windows