Merge pull request #13489 from dotnet/marcpopMSFT-implicitversionupdate

Update implicit version for March release
This commit is contained in:
Marc Paine 2022-03-30 14:24:28 -07:00 committed by GitHub
commit a73bb2ba49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,8 @@
<PropertyGroup>
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 22))</VersionFeature31>
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 14))</VersionFeature50>
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 23))</VersionFeature31>
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature50>
</PropertyGroup>
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">