Skip to content

Commit

Permalink
Add roll forward to global.json (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 30, 2022
1 parent b8f4ef0 commit 4dc9af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Src/global.json
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "6.0.300"
"version": "6.0.300",
"rollForward": "latestFeature"
}
}

0 comments on commit 4dc9af6

Please sign in to comment.