Skip to content

Commit

Permalink
Bump dotnet-stryker to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello authored Nov 22, 2023
1 parent 6524241 commit 35c5c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var configuration = Argument<string>("configuration", "Release");
//////////////////////////////////////////////////////////////////////

#Tool "xunit.runner.console&version=2.6.2"
#Tool "dotnet-stryker&version=3.11.1"
#Tool "dotnet-stryker&version=3.12.0"

//////////////////////////////////////////////////////////////////////
// EXTERNAL NUGET LIBRARIES
Expand Down
1 change: 0 additions & 1 deletion eng/stryker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"block",
"statement"
],
"language-version": "Preview",
"target-framework": "net8.0",
"thresholds": {
"high": 100,
Expand Down

0 comments on commit 35c5c0e

Please sign in to comment.