Skip to content

Commit 5abed7b

Browse files
committed
Fix invalid JSON.
1 parent d9b2d0c commit 5abed7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.0"
4-
"rollForward": "latestMinor",
3+
"version": "8.0.0",
4+
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)