Skip to content

Commit

Permalink
Update .NET tools
Browse files Browse the repository at this point in the history
- Bump xunit.runner.console to 2.5.0.
- Bump dotnet-stryker to 3.10.0.
  • Loading branch information
martincostello committed Aug 31, 2023
1 parent 5168ecb commit 690a8b4
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.4.2"
#Tool "dotnet-stryker&version=3.9.2"
#Tool "xunit.runner.console&version=2.5.0"
#Tool "dotnet-stryker&version=3.10.0"

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

0 comments on commit 690a8b4

Please sign in to comment.