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 4e9e918 + f7f5724 commit 7ada1ddCopy full SHA for 7ada1dd
windows/image/installers/install-vs.ps1
@@ -13,7 +13,7 @@ $msvcPath = "C:\msbuild\$msvcVersion"
13
14
$vsComponentsMap = @{
15
"15" = "Microsoft.VisualStudio.Component.Windows10SDK.17763"
16
- "16" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
+ "16" = "Microsoft.VisualStudio.Component.Windows10SDK.19041"
17
"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"
0 commit comments