Skip to content

Commit

Permalink
Bump cake tools (#2441)
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 authored Jan 10, 2025
1 parent ca22978 commit 424591b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
///////////////////////////////////////////////////////////////////////////////

Expand All @@ -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=2.9.3"
#Tool "dotnet-stryker&version=4.5.0"

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

0 comments on commit 424591b

Please sign in to comment.