Skip to content

Commit be3a4df

Browse files
committed
v
1 parent 8adb681 commit be3a4df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3939
<PropertyGroup>
4040
<ConfigurationType>StaticLibrary</ConfigurationType>
41-
<PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset>
41+
<PlatformToolset>v$(PlatformToolsetVersion)</PlatformToolset>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)'=='Release'">
4444
<WholeProgramOptimization>false</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
@@ -81,7 +81,7 @@
8181
<PropertyGroup>
8282
<ConfigurationType>StaticLibrary</ConfigurationType>
8383
<CharacterSet>Unicode</CharacterSet>
84-
<PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset>
84+
<PlatformToolset>v$(PlatformToolsetVersion)</PlatformToolset>
8585
</PropertyGroup>
8686
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
8787
<PropertyGroup>

0 commit comments

Comments
 (0)