Skip to content

Commit 485795a

Browse files
authored
Revert ANCM installers to build with v141 C++ toolset (#9477)
1 parent 56e2080 commit 485795a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

korebuild.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"requiredWorkloads": [
1717
"Microsoft.VisualStudio.Component.VC.ATL",
1818
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
19+
"Microsoft.VisualStudio.Component.VC.v141.ATL",
20+
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
1921
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
2022
]
2123
}

src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4343
<PropertyGroup>
4444
<ConfigurationType>DynamicLibrary</ConfigurationType>
45-
<PlatformToolset>v142</PlatformToolset>
45+
<PlatformToolset>v141</PlatformToolset>
4646
<CharacterSet>Unicode</CharacterSet>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)'=='Release'">

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3232
<PropertyGroup>
3333
<ConfigurationType>StaticLibrary</ConfigurationType>
34-
<PlatformToolset>v142</PlatformToolset>
34+
<PlatformToolset>v141</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)'=='Release'">
3737
<WholeProgramOptimization>false</WholeProgramOptimization>

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4848
<PropertyGroup>
4949
<ConfigurationType>StaticLibrary</ConfigurationType>
50-
<PlatformToolset>v142</PlatformToolset>
50+
<PlatformToolset>v141</PlatformToolset>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)'=='Release'">
5353
<WholeProgramOptimization>true</WholeProgramOptimization>

src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<PropertyGroup>
7575
<ConfigurationType>StaticLibrary</ConfigurationType>
7676
<CharacterSet>Unicode</CharacterSet>
77-
<PlatformToolset>v142</PlatformToolset>
77+
<PlatformToolset>v141</PlatformToolset>
7878
</PropertyGroup>
7979
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8080
<PropertyGroup Label="Configuration">

0 commit comments

Comments
 (0)