Skip to content

Commit c7a540f

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.100-alpha.1.22512.5",
3+
"dotnet": "8.0.100-alpha.1.22601.6",
44
"runtimes": {
55
"dotnet": [
66
"2.1.7",

0 commit comments

Comments
 (0)