Skip to content

Commit 7178835

Browse files
authored
Update minimum required version of VS to 17.3
Fixes #68764 The in the above issue mentioned warnings are resolved by using VS 17.3 (currently Preview1).
1 parent 96db556 commit 7178835

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/workflow/requirements/windows-requirements.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git config --system core.longpaths true
1919

2020
## Visual Studio
2121

22-
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). The Community edition is available free of charge.
22+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). The Community edition is available free of charge. Visual Studio 2022 17.3 or later is required.
2323

2424
Visual Studio 2022 installation process:
2525
- It's recommended to use **Workloads** installation approach. The following are the minimum requirements:
@@ -37,8 +37,6 @@ Visual Studio 2022 installation process:
3737

3838
A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) to install all necessary components. You may get a message saying 'Microsoft.Net.Component.4.5.2.TargetingPack has no matching workload or component found'. This is not an issue as long as you have a newer targeting pack installed.
3939

40-
Visual Studio 2022 or later is required.
41-
4240
## Build Tools
4341

4442
These steps are required only in case the tools have not been installed as Visual Studio **Individual Components** (described above).

0 commit comments

Comments
 (0)