Skip to content

Commit

Permalink
chore: Update cake version
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt2910 committed Jul 21, 2023
1 parent c0467c9 commit 3eb9995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/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": "2.0.0",
"version": "3.1.0",
"commands": [
"dotnet-cake"
]
Expand Down
3 changes: 1 addition & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#load cake\TargetEnvironment.cake
#load cake\Bash.cake
#addin "Cake.FileHelpers&version=5.0.0"
#addin "Cake.Incubator&version=7.0.0"
#addin "Cake.Incubator&version=8.0.0"

using D = System.IO.Directory;
using F = System.IO.File;
Expand Down

0 comments on commit 3eb9995

Please sign in to comment.