Update implicit versions by 1, because they should be +1 to the existing release, not the no of the existing release

This commit is contained in:
Noah Gilson 2024-04-18 15:42:22 -07:00
parent 0ab0b7ba47
commit 7c3029438d

View file

@ -25,8 +25,8 @@
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>32</VersionFeature31>
<VersionFeature50>17</VersionFeature50>
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 29))</VersionFeature60>
<VersionFeature70>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature70>
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 30))</VersionFeature60>
<VersionFeature70>$([MSBuild]::Add($(VersionFeature), 19))</VersionFeature70>
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
<_NET70ILLinkPackVersion>7.0.100-1.23401.1</_NET70ILLinkPackVersion>