Skip to content

Commit

Permalink
Fix global.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons committed Dec 2, 2024
1 parent 299c396 commit 3e4cd77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.400",
"rollForward": "latestFeature"
}
}
3 changes: 1 addition & 2 deletions tools/3rd-party-licenses/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"rollForward": "latestPatch",
"allowPrerelease": false
"rollForward": "latestFeature"
}
}
3 changes: 1 addition & 2 deletions tools/coreDependencies/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"rollForward": "latestPatch",
"allowPrerelease": false
"rollForward": "latestFeature"
}
}

0 comments on commit 3e4cd77

Please sign in to comment.