Skip to content

Commit

Permalink
fix global json to roll sdk forward
Browse files Browse the repository at this point in the history
  • Loading branch information
cleftheris committed Sep 13, 2024
1 parent 9d7612f commit 6e1186b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "8.0.300"
"version": "8.0.300",
"rollForward": "latestMajor"
}
}

0 comments on commit 6e1186b

Please sign in to comment.