Skip to content

Commit a48f4c1

Browse files
authored
Update implicit versions for October (#51341)
2 parents 9e81ef5 + 1c37787 commit a48f4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<VersionFeature60>36</VersionFeature60>
3939
<VersionFeature70>20</VersionFeature70>
4040
<!-- 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 -->
41-
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 22))</VersionFeature80>
42-
<VersionFeature90>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature90>
41+
<VersionFeature80>21</VersionFeature80>
42+
<VersionFeature90>10</VersionFeature90>
4343
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4444
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4545
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

0 commit comments

Comments
 (0)