Skip to content

Commit 9157891

Browse files
eng: bump SDK pin in global.json from 10.0.102 to 10.0.105
The .NET 10 SDK patch 10.0.105 is now the latest available version on the runners (rollForward:minor already picks it up; this keeps global.json in sync with the actual runtime used). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9984a8b commit 9157891

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": {
3-
"version": "10.0.102",
3+
"version": "10.0.105",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)