Skip to content

Commit

Permalink
Bump dotnet-stryker
Browse files Browse the repository at this point in the history
Update to 4.3.0 which hopefully fixes the issues observed.
  • Loading branch information
martincostello committed Oct 14, 2024
1 parent bafe6e1 commit cf14f4b
Showing 1 changed file with 1 addition and 1 deletion.
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.9.2"
#Tool "dotnet-stryker&version=4.2.0"
#Tool "dotnet-stryker&version=4.3.0"

//////////////////////////////////////////////////////////////////////
// EXTERNAL NUGET LIBRARIES
Expand Down

0 comments on commit cf14f4b

Please sign in to comment.