Skip to content

Commit

Permalink
fixed json
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored May 25, 2024
1 parent 9030658 commit 2b531b6
Showing 1 changed file with 42 additions and 43 deletions.
85 changes: 42 additions & 43 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,46 @@
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.0.0-beta.7",
"commands": ["dotnet-gitversion"]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.4",
"commands": ["reportgenerator"]
},
"nuke.globaltool": {
"version": "8.0.0",
"commands": ["nuke"]
},
"codecov.tool": {
"version": "1.13.0",
"commands": ["codecov"]
},
"jetbrains.resharper.globaltools": {
"version": "2024.1.2",
"commands": ["jb"]
},
"nukeeper": {
"version": "0.35.0",
"commands": ["nukeeper"]
},
"docfx": {
"version": "2.76.0",
"commands": ["docfx"]
},
"strawberryshake.tools": {
"version": "14.0.0-p.101",
"commands": ["dotnet-graphql"]
},
"dotnet-outdated-tool": {
"version": "4.6.4",
"commands": ["dotnet-outdated"]
},
"verify.tool": {
"version": "0.6.0",
"commands": ["dotnet-verify"]
}
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.0.0-beta.7",
"commands": ["dotnet-gitversion"]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.4",
"commands": ["reportgenerator"]
},
"nuke.globaltool": {
"version": "8.0.0",
"commands": ["nuke"]
},
"codecov.tool": {
"version": "1.13.0",
"commands": ["codecov"]
},
"jetbrains.resharper.globaltools": {
"version": "2024.1.2",
"commands": ["jb"]
},
"nukeeper": {
"version": "0.35.0",
"commands": ["nukeeper"]
},
"docfx": {
"version": "2.76.0",
"commands": ["docfx"]
},
"strawberryshake.tools": {
"version": "14.0.0-p.101",
"commands": ["dotnet-graphql"]
},
"dotnet-outdated-tool": {
"version": "4.6.4",
"commands": ["dotnet-outdated"]
},
"verify.tool": {
"version": "0.6.0",
"commands": ["dotnet-verify"]
}
}
}

0 comments on commit 2b531b6

Please sign in to comment.