Skip to content

Commit 4e9e918

Browse files
authored
Merge pull request #564 from wmaxey/patch-6
Update Windows SDK for VS17
2 parents e167403 + 3ed2a29 commit 4e9e918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/image/installers/install-vs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $msvcPath = "C:\msbuild\$msvcVersion"
1414
$vsComponentsMap = @{
1515
"15" = "Microsoft.VisualStudio.Component.Windows10SDK.17763"
1616
"16" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
17-
"17" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
17+
"17" = "Microsoft.VisualStudio.Component.Windows11SDK.22621"
1818
"14.14" = "Microsoft.VisualStudio.Component.VC.Tools.14.14"
1919
"14.15" = "Microsoft.VisualStudio.Component.VC.Tools.14.15"
2020
"14.16" = "Microsoft.VisualStudio.Component.VC.Tools.14.16"

0 commit comments

Comments
 (0)