Skip to content

Update SDK to 8.0.100-alpha.1.22601.6 - #7336

Merged
dreddy-work merged 1 commit into
dotnet:mainfrom
rainersigwald:update-sdk
Dec 1, 2022
Merged

Update SDK to 8.0.100-alpha.1.22601.6#7336
dreddy-work merged 1 commit into
dotnet:mainfrom
rainersigwald:update-sdk

Conversation

@rainersigwald

@rainersigwaldrainersigwald commented Dec 1, 2022

Copy link
Copy Markdown
Member

The 8.0.100-alpha.1.22512.5 SDK was built in a window where System references were versioned 8.0.0.0, but in a way that broke some things. That was backed out in dotnet/runtime#77899, which means that assemblies built from this repo can't run on the current .NET 8 runtime, which cannot satisfy a dependency on, for example, System.Runtime, Version=8.0.0.0.

Move forward to a newer .NET 8 that has those assemblies versioned at 7.0.0.0 again, which should work even when dotnet/runtime#78354 bumps the version again, because the loader will accept higher versions.

Should unblock dotnet/sdk#28897 (once it builds and flows).

Microsoft Reviewers: Open in CodeFlow

The 8.0.100-alpha.1.22512.5 SDK was built in a window where System
references were versioned `8.0.0.0`, but in a way that broke some
things. That was backed out in dotnet/runtime#77899, which means that
assemblies built from this repo can't run on the current .NET 8 runtime,
which cannot satisfy a dependency on, for example, `System.Runtime,
Version=8.0.0.0`.
Move forward to a newer .NET 8 that has those assemblies versioned at
`7.0.0.0` again, which should work even when dotnet/runtime#78354 bumps
the version again, because the loader will accept higher versions.
@rainersigwald
rainersigwald requested a review from a team as a code ownerDecember 1, 2022 21:40
@ghostghost added the PR metadata: Label to tag PRs, to facilitate with triage label Dec 1, 2022
@ghost
ghost requested review from dipeshmsft and singhashish-wpfDecember 1, 2022 21:40
@dreddy-work
dreddy-work merged commit 104e539 into dotnet:mainDec 1, 2022
@rainersigwald
rainersigwald deleted the update-sdk branch December 1, 2022 22:56
@ghostghost locked as resolved and limited conversation to collaborators Jan 1, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

PRmetadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rainersigwald@dreddy-work