This commit is contained in:
TomPallister
2020-11-25 17:16:50 +00:00
parent 7e2b312f0b
commit 6e1dc3fd58
2 changed files with 18 additions and 12 deletions

View File

@@ -1,12 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.5.1",
"commands": [
"dotnet-gitversion"
]
}
}
}