Merge pull request #13035 from dotnet/marcpopMSFT-downgrade31implicitversion601

Update GenerateBundledVersions.targets
This commit is contained in:
Marc Paine 2022-01-13 22:41:09 -08:00 committed by GitHub
commit ad30dae28e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
<PropertyGroup>
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 21))</VersionFeature31>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 20))</VersionFeature31>
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 12))</VersionFeature50>
</PropertyGroup>