Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update SDK to 8.0.100-alpha.1.22601.6
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 committed Dec 1, 2022
commit c7a540f0447e829fc8012bb9b840d49eadb978cc
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