Skip to content

Commit c840dab

Browse files
authored
Switch to automatic version calculation for 10.0.3xx (#53974)
2 parents 02e38bb + 49e3b56 commit c840dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<VersionFeature60>36</VersionFeature60>
3636
<VersionFeature70>20</VersionFeature70>
3737
<!-- This version should be N-1 (ie the currently released version) in the preview branch but N-2 in main so that workloads stay behind the unreleased version -->
38-
<VersionFeature80>25</VersionFeature80>
39-
<VersionFeature90>14</VersionFeature90>
38+
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 27))</VersionFeature80>
39+
<VersionFeature90>$([MSBuild]::Add($(VersionFeature), 16))</VersionFeature90>
4040
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4141
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4242
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

0 commit comments

Comments
 (0)