We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e167403 + 3ed2a29 commit 4e9e918Copy full SHA for 4e9e918
windows/image/installers/install-vs.ps1
@@ -14,7 +14,7 @@ $msvcPath = "C:\msbuild\$msvcVersion"
14
$vsComponentsMap = @{
15
"15" = "Microsoft.VisualStudio.Component.Windows10SDK.17763"
16
"16" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
17
- "17" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
+ "17" = "Microsoft.VisualStudio.Component.Windows11SDK.22621"
18
"14.14" = "Microsoft.VisualStudio.Component.VC.Tools.14.14"
19
"14.15" = "Microsoft.VisualStudio.Component.VC.Tools.14.15"
20
"14.16" = "Microsoft.VisualStudio.Component.VC.Tools.14.16"
0 commit comments