diff --git a/_data/new-data/install/windows/releases.yml b/_data/new-data/install/windows/releases.yml index e118c03d8..e65c27c47 100644 --- a/_data/new-data/install/windows/releases.yml +++ b/_data/new-data/install/windows/releases.yml @@ -4,7 +4,7 @@ latest-release: Install Swift via the Windows Package Manager (also known as WinGet). after-code-text: | First, install Windows platform dependencies: -
winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"
+
winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"

Next, install Swift and other dependencies: