Skip to content

Commit 4e23fe9

Browse files
committed
Update .NET SDK version to 9.0.0 in global.json
Upgraded the SDK version from 8.0.0 to 9.0.0 and adjusted rollForward policy to "latestMinor" for finer version control. This ensures compatibility with the latest minor updates without jumping to a new major version.
1 parent 07c428e commit 4e23fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/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": "8.0.0",
4-
"rollForward": "latestMajor",
3+
"version": "9.0.0",
4+
"rollForward": "latestMinor",
55
"allowPrerelease": true
66
}
77
}

0 commit comments

Comments
 (0)