Skip to content

Commit 567d99d

Browse files
Update global.json to use .NET 9.0 SDK for GitHub Codespaces compatibility
Co-authored-by: eiriktsarpalis <[email protected]>
1 parent 2f0dd09 commit 567d99d

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,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1",
4-
"rollForward": "minor",
3+
"version": "9.0.100",
4+
"rollForward": "latestFeature",
55
"allowPrerelease": true
66
}
77
}

0 commit comments

Comments
 (0)