Skip to content

Commit 3cce027

Browse files
Copilotstephentoub
andauthored
Update global.json to use .NET 9.0.0 stable instead of RC 1 (#6846)
* Initial plan * Update .NET 9 RC 1 references to stable 9.0.0 in global.json Co-authored-by: stephentoub <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: stephentoub <[email protected]>
1 parent af72764 commit 3cce027

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
@@ -7,11 +7,11 @@
77
"runtimes": {
88
"dotnet": [
99
"8.0.0",
10-
"9.0.0-rc.1.24431.7"
10+
"9.0.0"
1111
],
1212
"aspnetcore": [
1313
"8.0.0",
14-
"9.0.0-rc.1.24452.1"
14+
"9.0.0"
1515
]
1616
}
1717
},

0 commit comments

Comments
 (0)