Skip to content

Commit 050229d

Browse files
committed
Update to the November release downlevel versions
Automate this process as well for 8.0.1xx in servicing
1 parent dcde96a commit 050229d

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
@@ -34,9 +34,9 @@
3434
<VersionFeature21>30</VersionFeature21>
3535
<VersionFeature31>32</VersionFeature31>
3636
<VersionFeature50>17</VersionFeature50>
37-
<VersionFeature60>33</VersionFeature60>
37+
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 36))</VersionFeature60>
3838
<VersionFeature70>20</VersionFeature70>
39-
<VersionFeature80>8</VersionFeature80>
39+
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature80>
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)