Skip to content

Commit ed510ba

Browse files
committed
Updating MSVC Toolset version to v145
1 parent 37b9597 commit ed510ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/WpfArcadeSdk/tools/Wpf.Cpp.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<CharacterSet>Unicode</CharacterSet>
55

66
<!-- v143 = Visual Studio 2022 -->
7-
<PlatformToolset>v143</PlatformToolset>
7+
<PlatformToolset>v145</PlatformToolset>
88

99
<!-- 17134 is Windows 10 v1903 (19H1) SDK -->
10-
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
10+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1111

1212
<ConfigurationType Condition="'$(ConfigurationType)'==''">DynamicLibrary</ConfigurationType>
1313

src/Microsoft.DotNet.Wpf/redist/VCRuntime/VCRuntime.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3434
<Import Project="$(WpfCppProps)" />
3535
<PropertyGroup>
36-
<VCRedistCrtFolderName Condition="'$(Configuration)'=='Release'">Microsoft.VC143.CRT</VCRedistCrtFolderName>
37-
<VCRedistCrtFolderName Condition="'$(Configuration)'=='Debug'">Microsoft.VC143.DebugCRT</VCRedistCrtFolderName>
36+
<VCRedistCrtFolderName Condition="'$(Configuration)'=='Release'">Microsoft.VC145.CRT</VCRedistCrtFolderName>
37+
<VCRedistCrtFolderName Condition="'$(Configuration)'=='Debug'">Microsoft.VC145.DebugCRT</VCRedistCrtFolderName>
3838
<!--
3939
In Release builds, the Target assembly will be a privatized copy of VC runtime with a name like vcruntime140_cor3.dll
4040
In Debug builds, the Target assembly will be a privatize copy of the VC runtime with no name changes - like vcruntime140d.dll

0 commit comments

Comments
 (0)