Skip to content

Commit

Permalink
Update SDK to 8.0.100-alpha.1.22601.6 (#7336)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rainersigwald authored Dec 1, 2022
1 parent 9386760 commit 104e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "8.0.100-alpha.1.22512.5",
"dotnet": "8.0.100-alpha.1.22601.6",
"runtimes": {
"dotnet": [
"2.1.7",
Expand Down

0 comments on commit 104e539

Please sign in to comment.