Skip to content

Commit

Permalink
chore: update cake build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed May 16, 2024
1 parent 39dc434 commit 427ec4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool nuget:?package=ReportGenerator&version=5.1.6
#tool nuget:?package=ReportGenerator&version=5.3.0

var target = Argument("Target", "Default");
var configuration =
Expand Down
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand Down

0 comments on commit 427ec4e

Please sign in to comment.