You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
23
23
24
24
Visual Studio 2022 installation process:
25
25
- It's recommended to use **Workloads** installation approach. The following are the minimum requirements:
@@ -37,8 +37,6 @@ Visual Studio 2022 installation process:
37
37
38
38
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.
39
39
40
-
Visual Studio 2022 or later is required.
41
-
42
40
## Build Tools
43
41
44
42
These steps are required only in case the tools have not been installed as Visual Studio **Individual Components** (described above).
0 commit comments