Skip to content

Commit

Permalink
Fix MSVC toolset version
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Mar 28, 2021
1 parent 5c2c7fd commit 0537736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="Common\Preamble.props"/>

<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.vcxproj'">
<VCToolsVersion>14.28.29333</VCToolsVersion>
<VCToolsVersion>14.28.29910</VCToolsVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)' == 'x64'">x64-windows-static-md-noiso</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)' != 'x64'">x86-windows-static-md-noiso</VcpkgTriplet>
Expand Down

0 comments on commit 0537736

Please sign in to comment.