Skip to content

Commit

Permalink
Bump cake tools
Browse files Browse the repository at this point in the history
- Bump dotnet-stryker to 4.0.6.
- Bump xunit.runner.console to 2.8.1.
- Bump Cake.FileHelpers to 7.0.0.
  • Loading branch information
martincostello committed Jun 25, 2024
1 parent 7301ef3 commit 7105558
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
Expand Up @@ -9,14 +9,14 @@ var configuration = Argument<string>("configuration", "Release");
// EXTERNAL NUGET TOOLS
//////////////////////////////////////////////////////////////////////

#Tool "xunit.runner.console&version=2.7.0"
#Tool "dotnet-stryker&version=4.0.0"
#Tool "xunit.runner.console&version=2.8.1"
#Tool "dotnet-stryker&version=4.0.6"

//////////////////////////////////////////////////////////////////////
// EXTERNAL NUGET LIBRARIES
//////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.FileHelpers&version=6.1.3
#addin nuget:?package=Cake.FileHelpers&version=7.0.0
#addin nuget:?package=Newtonsoft.Json&version=13.0.3

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

0 comments on commit 7105558

Please sign in to comment.