Skip to content

Commit

Permalink
Added dotnet tools for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Nov 29, 2024
1 parent 9b83983 commit 0c7b4c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 1,
"isRoot": true,
"tools": {
"altcover.global": {
"version": "9.0.1",
"commands": [
"altcover"
],
"rollForward": false
},
"coveralls.net": {
"version": "4.0.1",
"commands": [
"csmacnz.Coveralls"
],
"rollForward": false
},
"nunit.consolerunner.netcore": {
"version": "3.18.3",
"commands": [
"nunit"
],
"rollForward": false
}
}
}

0 comments on commit 0c7b4c4

Please sign in to comment.