Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
Update to latest versions of xunit.runner.console and dotnet-stryker.
  • Loading branch information
martincostello committed Nov 17, 2023
1 parent efedace commit d02f4ab
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.5.3"
#Tool "dotnet-stryker&version=3.11.0"
#Tool "xunit.runner.console&version=2.6.1"
#Tool "dotnet-stryker&version=3.11.1"

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

0 comments on commit d02f4ab

Please sign in to comment.