Skip to content

Commit 8500fae

Browse files
authored
Downgrade implicit versions
It looks like 10.0.101 will ship in December but 8/9 will likely be delayed until January.
1 parent 7bf8baf commit 8500fae

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>$([MSBuild]::Add($(VersionFeature), 21))</VersionFeature80>
42+
<VersionFeature90>$([MSBuild]::Add($(VersionFeature), 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)