8000 Downgrade implicit version to unblock workloads testing from main (#4… · dotnet/sdk@4d6b1e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d6b1e0

Browse files
authored
Downgrade implicit version to unblock workloads testing from main (#48704)
2 parents cdf6f93 + 9eb8834 commit 4d6b1e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
<VersionFeature50>17</VersionFeature50>
3939
<VersionFeature60>36</VersionFeature60>
4040
<VersionFeature70>20</VersionFeature70>
41-
<VersionFeature80>15</VersionFeature80>
42-
<VersionFeature90>4</VersionFeature90>
41+
<!-- 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 -->
42+
<VersionFeature80>14</VersionFeature80>
43+
<VersionFeature90>3</VersionFeature90>
4344
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4445
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4546
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

0 commit comments

Comments
 (0)
0