Skip to content

Commit

Permalink
Restore allowPrerelease=false and rollForward=latestFeature in global…
Browse files Browse the repository at this point in the history
….json

Was removed in 725b6b2 but will be useful when the next versions of the .NET 8 SDK will be published.
  • Loading branch information
0xced committed Nov 15, 2023
1 parent 18db073 commit 75cbe35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"sdk": {
"version": "8.0.100"
"version": "8.0.100",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
}

0 comments on commit 75cbe35

Please sign in to comment.