We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efedace commit d02f4abCopy full SHA for d02f4ab
build.cake
@@ -9,8 +9,8 @@ var configuration = Argument<string>("configuration", "Release");
9
// EXTERNAL NUGET TOOLS
10
//////////////////////////////////////////////////////////////////////
11
12
-#Tool "xunit.runner.console&version=2.5.3"
13
-#Tool "dotnet-stryker&version=3.11.0"
+#Tool "xunit.runner.console&version=2.6.1"
+#Tool "dotnet-stryker&version=3.11.1"
14
15
16
// EXTERNAL NUGET LIBRARIES
0 commit comments