Skip to content

Commit 111361d

Browse files
authored
.NET 8rc1 fix (#16107)
1 parent e7218f5 commit 111361d

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,10 +1,10 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.1.23455.8",
3+
"version": "8.0.100-rc.1.23463.5",
44
"allowPrerelease": true
55
},
66
"tools": {
7-
"dotnet": "8.0.100-rc.1.23455.8",
7+
"dotnet": "8.0.100-rc.1.23463.5",
88
"vs": {
99
"version": "17.6",
1010
"components": [

0 commit comments

Comments
 (0)