Skip to content

Commit

Permalink
Set global.json's "rollForward" to "major" rather than "latestMajor"
Browse files Browse the repository at this point in the history
With the new setting, the .NET SDK version used won't necessarily be the latest one installed on the machine, but the "closest" one that is >= specified version.
  • Loading branch information
louis-z committed Jan 19, 2024
1 parent 8ac46a1 commit 1d49107
Showing 1 changed file with 1 addition and 1 deletion.
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",
"rollForward": "latestMajor"
"rollForward": "major"
}
}

0 comments on commit 1d49107

Please sign in to comment.