Skip to content

Commit

Permalink
Bump xunit.runner.console
Browse files Browse the repository at this point in the history
Bump xunit.runner.console to 2.5.1.
  • Loading branch information
martincostello committed Sep 27, 2023
1 parent 30dbdbe commit 14e6e30
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 @@ -9,7 +9,7 @@ var configuration = Argument<string>("configuration", "Release");
// EXTERNAL NUGET TOOLS
//////////////////////////////////////////////////////////////////////

#Tool "xunit.runner.console&version=2.5.0"
#Tool "xunit.runner.console&version=2.5.1"
#Tool "dotnet-stryker&version=3.10.0"

//////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 14e6e30

Please sign in to comment.