Merge pull request #13878 from dotnet/marcpopMSFT-fiximplicitversion

Update GenerateBundledVersions.targets
This commit is contained in:
Marc Paine 2022-05-27 10:57:18 -07:00 committed by GitHub
commit 0632d08f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
<PropertyGroup>
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 20))</VersionFeature31>
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 12))</VersionFeature50>
<VersionFeature50>17</VersionFeature50>
</PropertyGroup>
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">