Skip to content

Commit d02f4ab

Browse files
Update tools
Update to latest versions of xunit.runner.console and dotnet-stryker.
1 parent efedace commit d02f4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ var configuration = Argument<string>("configuration", "Release");
99
// EXTERNAL NUGET TOOLS
1010
//////////////////////////////////////////////////////////////////////
1111

12-
#Tool "xunit.runner.console&version=2.5.3"
13-
#Tool "dotnet-stryker&version=3.11.0"
12+
#Tool "xunit.runner.console&version=2.6.1"
13+
#Tool "dotnet-stryker&version=3.11.1"
1414

1515
//////////////////////////////////////////////////////////////////////
1616
// EXTERNAL NUGET LIBRARIES

0 commit comments

Comments
 (0)