mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
dependency update
This commit is contained in:
parent
a9756c4763
commit
58da7af185
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"cake.tool": {
|
"cake.tool": {
|
||||||
"version": "1.1.0",
|
"version": "1.3.0",
|
||||||
"commands": [
|
"commands": [
|
||||||
"dotnet-cake"
|
"dotnet-cake"
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#addin Cake.DocFx&version=1.0.0
|
#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");
|
var target = Argument("target", "Document");
|
||||||
Task("Document").Does(() => {
|
Task("Document").Does(() => {
|
||||||
|
|
Loading…
Reference in a new issue