Skip to content

Commit

Permalink
Merge pull request #173 from serilog/global-json-latest-feature
Browse files Browse the repository at this point in the history
Use `latestFeature` in global.json
  • Loading branch information
nblumhardt authored May 13, 2020
2 parents c695457 + 430dde1 commit 29d4101
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
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"allowPrerelease": false,
"version": "3.1.100",
"rollForward": "latestPatch"
"rollForward": "latestFeature"
}
}
}

0 comments on commit 29d4101

Please sign in to comment.