Skip to content

Commit

Permalink
Update NuGet tools
Browse files Browse the repository at this point in the history
- Update dotnet-stryker to 3.11.0.
- Update xunit.runner.console to 2.5.3.
  • Loading branch information
martincostello committed Oct 27, 2023
1 parent c6460ff commit 95b217b
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.1"
#Tool "dotnet-stryker&version=3.10.0"
#Tool "xunit.runner.console&version=2.5.3"
#Tool "dotnet-stryker&version=3.11.0"

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

0 comments on commit 95b217b

Please sign in to comment.