Skip to content

Commit fb1b3a1

Browse files
Updated VS workload manifests to Windows SDK 19041 (#42457)
* Updated VS workload manifests to Windows SDK 19041 * Add comment to props file * Add comment to CommonLibTests.vcxproj * Updated root .vsconfig
1 parent 2b36530 commit fb1b3a1

File tree

10 files changed

+10
-7
lines changed

10 files changed

+10
-7
lines changed

.vsconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
1313
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
1414
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
15-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
15+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
1616
"Microsoft.VisualStudio.Workload.ManagedDesktop",
1717
"Microsoft.VisualStudio.Workload.NativeDesktop",
1818
"Microsoft.VisualStudio.Workload.NetWeb",

eng/scripts/vs.17.buildtools.intpreview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
2121
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
2222
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
23-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
23+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2424
"Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools",
2525
"Microsoft.VisualStudio.Workload.MSBuildTools",
2626
"Microsoft.VisualStudio.Workload.NetCoreBuildTools",

eng/scripts/vs.17.buildtools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
2121
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
2222
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
23-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
23+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2424
"Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools",
2525
"Microsoft.VisualStudio.Workload.MSBuildTools",
2626
"Microsoft.VisualStudio.Workload.NetCoreBuildTools",

eng/scripts/vs.17.buildtools.preview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
2121
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
2222
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
23-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
23+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2424
"Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools",
2525
"Microsoft.VisualStudio.Workload.MSBuildTools",
2626
"Microsoft.VisualStudio.Workload.NetCoreBuildTools",

eng/scripts/vs.17.intpreview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
1818
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
1919
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
20-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
20+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2121
"Microsoft.VisualStudio.Workload.ManagedDesktop",
2222
"Microsoft.VisualStudio.Workload.NativeDesktop",
2323
"Microsoft.VisualStudio.Workload.NetWeb",

eng/scripts/vs.17.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
1818
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
1919
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
20-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
20+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2121
"Microsoft.VisualStudio.Workload.ManagedDesktop",
2222
"Microsoft.VisualStudio.Workload.NativeDesktop",
2323
"Microsoft.VisualStudio.Workload.NetWeb",

eng/scripts/vs.17.preview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
1818
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
1919
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
20-
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
20+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
2121
"Microsoft.VisualStudio.Workload.ManagedDesktop",
2222
"Microsoft.VisualStudio.Workload.NativeDesktop",
2323
"Microsoft.VisualStudio.Workload.NetWeb",

eng/targets/Cpp.Common.props

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<Platform Condition="'$(Platform)' == ''">x64</Platform>
2323
<PlatformToolsetVersion>v143</PlatformToolsetVersion>
2424
<PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset>
25+
<!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. -->
2526
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
2627
</PropertyGroup>
2728

src/Installers/Windows/AspNetCoreModule-Setup/build/settings/common.props

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<!-- General properties -->
1515

1616
<PropertyGroup>
17+
<!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. -->
1718
<IisOobWinSdkVersion Condition="'$(IisOobWinSdkVersion)' == ''">10.0.18362.0</IisOobWinSdkVersion>
1819
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == ''">$(IisOobWinSdkVersion)</WindowsTargetPlatformVersion>
1920
<CharacterSet>Unicode</CharacterSet>

src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<PropertyGroup Label="Globals">
4141
<ProjectGuid>{1eac8125-1765-4e2d-8cbe-56dc98a1c8c1}</ProjectGuid>
4242
<Keyword>Win32Proj</Keyword>
43+
<!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. -->
4344
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
4445
<PlatformToolsetVersion Condition=" '$(PlatformToolsetVersion)' == '' ">v143</PlatformToolsetVersion>
4546
<ConfigurationType>Application</ConfigurationType>

0 commit comments

Comments
 (0)