File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
src/Installers/Windows/AspNetCoreModule-Setup Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 16
16
"requiredWorkloads" : [
17
17
" Microsoft.VisualStudio.Component.VC.ATL" ,
18
18
" Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ,
19
+ " Microsoft.VisualStudio.Component.VC.v141.ATL" ,
20
+ " Microsoft.VisualStudio.Component.VC.v141.x86.x64" ,
19
21
" Microsoft.VisualStudio.Component.Windows10SDK.17134"
20
22
]
21
23
}
Original file line number Diff line number Diff line change 42
42
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43
43
<PropertyGroup >
44
44
<ConfigurationType >DynamicLibrary</ConfigurationType >
45
- <PlatformToolset >v142 </PlatformToolset >
45
+ <PlatformToolset >v141 </PlatformToolset >
46
46
<CharacterSet >Unicode</CharacterSet >
47
47
</PropertyGroup >
48
48
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
Original file line number Diff line number Diff line change 31
31
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32
32
<PropertyGroup >
33
33
<ConfigurationType >StaticLibrary</ConfigurationType >
34
- <PlatformToolset >v142 </PlatformToolset >
34
+ <PlatformToolset >v141 </PlatformToolset >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
37
37
<WholeProgramOptimization >false</WholeProgramOptimization >
Original file line number Diff line number Diff line change 47
47
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
48
48
<PropertyGroup >
49
49
<ConfigurationType >StaticLibrary</ConfigurationType >
50
- <PlatformToolset >v142 </PlatformToolset >
50
+ <PlatformToolset >v141 </PlatformToolset >
51
51
</PropertyGroup >
52
52
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
53
53
<WholeProgramOptimization >true</WholeProgramOptimization >
Original file line number Diff line number Diff line change 74
74
<PropertyGroup >
75
75
<ConfigurationType >StaticLibrary</ConfigurationType >
76
76
<CharacterSet >Unicode</CharacterSet >
77
- <PlatformToolset >v142 </PlatformToolset >
77
+ <PlatformToolset >v141 </PlatformToolset >
78
78
</PropertyGroup >
79
79
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
80
80
<PropertyGroup Label =" Configuration" >
You can’t perform that action at this time.
0 commit comments