Skip to content

Commit

Permalink
Update rollForward policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Nov 19, 2024
1 parent 980804f commit 83982fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "9.0.0",
"allowPrerelease": true,
"rollForward": "latestFeature"
"allowPrerelease": false,
"rollForward": "latestMinor"
}
}

0 comments on commit 83982fb

Please sign in to comment.