File tree 10 files changed +10
-7
lines changed
Installers/Windows/AspNetCoreModule-Setup/build/settings
Servers/IIS/AspNetCoreModuleV2/CommonLibTests
10 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 12
12
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
13
13
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
14
14
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
15
- "Microsoft.VisualStudio.Component.Windows10SDK.18362 ",
15
+ "Microsoft.VisualStudio.Component.Windows10SDK.19041 ",
16
16
"Microsoft.VisualStudio.Workload.ManagedDesktop",
17
17
"Microsoft.VisualStudio.Workload.NativeDesktop",
18
18
"Microsoft.VisualStudio.Workload.NetWeb",
Original file line number Diff line number Diff line change 20
20
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
21
21
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
22
22
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
23
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
23
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
24
24
" Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools" ,
25
25
" Microsoft.VisualStudio.Workload.MSBuildTools" ,
26
26
" Microsoft.VisualStudio.Workload.NetCoreBuildTools" ,
Original file line number Diff line number Diff line change 20
20
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
21
21
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
22
22
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
23
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
23
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
24
24
" Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools" ,
25
25
" Microsoft.VisualStudio.Workload.MSBuildTools" ,
26
26
" Microsoft.VisualStudio.Workload.NetCoreBuildTools" ,
Original file line number Diff line number Diff line change 20
20
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
21
21
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
22
22
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
23
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
23
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
24
24
" Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools" ,
25
25
" Microsoft.VisualStudio.Workload.MSBuildTools" ,
26
26
" Microsoft.VisualStudio.Workload.NetCoreBuildTools" ,
Original file line number Diff line number Diff line change 17
17
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
18
18
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
19
19
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
20
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
20
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
21
21
" Microsoft.VisualStudio.Workload.ManagedDesktop" ,
22
22
" Microsoft.VisualStudio.Workload.NativeDesktop" ,
23
23
" Microsoft.VisualStudio.Workload.NetWeb" ,
Original file line number Diff line number Diff line change 17
17
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
18
18
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
19
19
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
20
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
20
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
21
21
" Microsoft.VisualStudio.Workload.ManagedDesktop" ,
22
22
" Microsoft.VisualStudio.Workload.NativeDesktop" ,
23
23
" Microsoft.VisualStudio.Workload.NetWeb" ,
Original file line number Diff line number Diff line change 17
17
" Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64" ,
18
18
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64" ,
19
19
" Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL" ,
20
- " Microsoft.VisualStudio.Component.Windows10SDK.18362 " ,
20
+ " Microsoft.VisualStudio.Component.Windows10SDK.19041 " ,
21
21
" Microsoft.VisualStudio.Workload.ManagedDesktop" ,
22
22
" Microsoft.VisualStudio.Workload.NativeDesktop" ,
23
23
" Microsoft.VisualStudio.Workload.NetWeb" ,
Original file line number Diff line number Diff line change 22
22
<Platform Condition =" '$(Platform)' == ''" >x64</Platform >
23
23
<PlatformToolsetVersion >v143</PlatformToolsetVersion >
24
24
<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. -->
25
26
<WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.19041.0</WindowsTargetPlatformVersion >
26
27
</PropertyGroup >
27
28
Original file line number Diff line number Diff line change 14
14
<!-- General properties -->
15
15
16
16
<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. -->
17
18
<IisOobWinSdkVersion Condition =" '$(IisOobWinSdkVersion)' == ''" >10.0.18362.0</IisOobWinSdkVersion >
18
19
<WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == ''" >$(IisOobWinSdkVersion)</WindowsTargetPlatformVersion >
19
20
<CharacterSet >Unicode</CharacterSet >
Original file line number Diff line number Diff line change 40
40
<PropertyGroup Label =" Globals" >
41
41
<ProjectGuid >{1eac8125-1765-4e2d-8cbe-56dc98a1c8c1}</ProjectGuid >
42
42
<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. -->
43
44
<WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.19041.0</WindowsTargetPlatformVersion >
44
45
<PlatformToolsetVersion Condition =" '$(PlatformToolsetVersion)' == '' " >v143</PlatformToolsetVersion >
45
46
<ConfigurationType >Application</ConfigurationType >
You can’t perform that action at this time.
0 commit comments