diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 967a14f..d249b4c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "1.1.0", + "version": "1.3.0", "commands": [ "dotnet-cake" ] diff --git a/build.cake b/build.cake index 61a1c0e..a65a80f 100644 --- a/build.cake +++ b/build.cake @@ -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(() => {