Skip to content

Commit

Permalink
Add dotnet stryker tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Jun 30, 2024
1 parent 4cd15d5 commit 30e221e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/backend/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,29 @@
"version": "8.0.4",
"commands": [
"dotnet-ef"
]
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.7",
"commands": [
"reportgenerator"
]
],
"rollForward": false
},
"swashbuckle.aspnetcore.cli": {
"version": "6.6.2",
"commands": [
"swagger"
]
],
"rollForward": false
},
"dotnet-stryker": {
"version": "4.0.6",
"commands": [
"dotnet-stryker"
],
"rollForward": false
}
}
}

0 comments on commit 30e221e

Please sign in to comment.