Skip to content

Commit

Permalink
Bump cake tools
Browse files Browse the repository at this point in the history
- Update to dotnet-stryker 4.5.0.
- Update to xunit.runner.console 3.0.1.
  • Loading branch information
martincostello committed Jan 10, 2025
1 parent ca22978 commit 60a97f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ var configuration = Argument<string>("configuration", "Release");
// EXTERNAL NUGET TOOLS
//////////////////////////////////////////////////////////////////////

#Tool "xunit.runner.console&version=2.9.2"
#Tool "dotnet-stryker&version=4.4.1"
#Tool "xunit.runner.console&version=3.0.1"
#Tool "dotnet-stryker&version=4.5.0"

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

0 comments on commit 60a97f4

Please sign in to comment.