Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDK to 8.0.100-alpha.1.22601.6 #7336

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

rainersigwald
Copy link
Member

@rainersigwald rainersigwald commented Dec 1, 2022

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 owner December 1, 2022 21:40
@ghost ghost assigned rainersigwald Dec 1, 2022
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Dec 1, 2022
@ghost ghost requested review from dipeshmsft and singhashish-wpf December 1, 2022 21:40
@dreddy-work dreddy-work merged commit 104e539 into dotnet:main Dec 1, 2022
@rainersigwald rainersigwald deleted the update-sdk branch December 1, 2022 22:56
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants