From 9872424adaf8a87270b2e988a54c843e4d1c7468 Mon Sep 17 00:00:00 2001 From: Steve Dunn Date: Tue, 7 Dec 2021 14:46:42 +0000 Subject: [PATCH] Update windows-requirements.md (#62476) * Update windows-requirements.md * Update docs/workflow/requirements/windows-requirements.md Co-authored-by: Stephen Toub Co-authored-by: Dan Moseley Co-authored-by: Stephen Toub --- docs/workflow/requirements/windows-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/requirements/windows-requirements.md b/docs/workflow/requirements/windows-requirements.md index 402610a625344..6e32c5f1d45a6 100644 --- a/docs/workflow/requirements/windows-requirements.md +++ b/docs/workflow/requirements/windows-requirements.md @@ -37,7 +37,7 @@ Visual Studio 2022 installation process: 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. -Visual Studio 2022 Preview 4 or later is required. +Visual Studio 2022 or later is required. ## Build Tools