Skip to content

Commit

Permalink
Merge pull request #13034 from dotnet/marcpopMSFT-downgrade31implicit…
Browse files Browse the repository at this point in the history
…version504

Update GenerateBundledVersions.targets
  • Loading branch information
marcpopMSFT authored Jan 14, 2022
2 parents 643f396 + a8a674a commit 562b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup>
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature31>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 17))</VersionFeature31>
</PropertyGroup>

<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
Expand Down

0 comments on commit 562b6a9

Please sign in to comment.