dependency update

This commit is contained in:
Ell 2021-11-02 15:48:47 +01:00
parent a9756c4763
commit 58da7af185
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.1.0",
"version": "1.3.0",
"commands": [
"dotnet-cake"
]

View file

@ -1,5 +1,5 @@
#addin Cake.DocFx&version=1.0.0
#tool docfx.console&version=2.51.0
#tool docfx.console&version=2.58.8
var target = Argument("target", "Document");
Task("Document").Does(() => {