Commit c7a540f
committed
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.1 parent 9386760 commit c7a540f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments