Skip to content

Commit 326c3b1

Browse files
dbrattliclaude
andauthored
[CI] Fix analyzer failures by restricting SDK rollForward policy (#4457)
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent dc44712 commit 326c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "10.0.100",
4-
"rollForward": "latestMajor"
4+
"rollForward": "latestPatch"
55
}
66
}

0 commit comments

Comments
 (0)