Merge pull request #10613 from dotnet/marcpopMSFT-downloadimplicitversion502

Update GenerateBundledVersions.targets
This commit is contained in:
Marc Paine 2021-05-13 14:14:20 -07:00 committed by GitHub
commit 230b666efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
</Target>
<PropertyGroup>
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 25))</VersionFeature21>
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 24))</VersionFeature21>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 12))</VersionFeature31>
</PropertyGroup>