Skip to content

Commit 089b75f

Browse files
committed
Upgrade to a 6.0 SDK
- without this, generated assemblies are unusable in aspnetcore after that brands to 6.0.0 - in other words, this is needed for dotnet/aspnetcore#24983 to test correctly
1 parent f590167 commit 089b75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "5.0.100-rc.1.20452.10",
3+
"dotnet": "6.0.100-alpha.1.20472.11",
44
"runtimes": {
55
"dotnet": [
66
"3.1.8"
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "5.0.100-rc.1.20452.10",
14+
"version": "6.0.100-alpha.1.20472.11",
1515
"allowPrerelease": true,
1616
"rollForward": "latestMajor"
1717
},

0 commit comments

Comments
 (0)