Skip to content

Commit 7ada1dd

Browse files
authored
Merge pull request #565 from wmaxey/patch-7
Fix VS2019 SDK version.
2 parents 4e9e918 + f7f5724 commit 7ada1dd

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
@@ -13,7 +13,7 @@ $msvcPath = "C:\msbuild\$msvcVersion"
1313

1414
$vsComponentsMap = @{
1515
"15" = "Microsoft.VisualStudio.Component.Windows10SDK.17763"
16-
"16" = "Microsoft.VisualStudio.Component.Windows10SDK.20348"
16+
"16" = "Microsoft.VisualStudio.Component.Windows10SDK.19041"
1717
"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"

0 commit comments

Comments
 (0)