Merge pull request #10898 from dotnet/wtgodbe/50321patch
Decrement 2.1 patch version
This commit is contained in:
commit
3bd0d468c0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 27))</VersionFeature21>
|
||||
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 26))</VersionFeature21>
|
||||
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature31>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue