From cf14f4bd5840c7caa18b9056a6b068d556a9cde4 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 14 Oct 2024 14:08:05 +0100 Subject: [PATCH] Bump dotnet-stryker Update to 4.3.0 which hopefully fixes the issues observed. --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 8d92a5465d5..f1bb7dbef62 100644 --- a/build.cake +++ b/build.cake @@ -10,7 +10,7 @@ var configuration = Argument("configuration", "Release"); ////////////////////////////////////////////////////////////////////// #Tool "xunit.runner.console&version=2.9.2" -#Tool "dotnet-stryker&version=4.2.0" +#Tool "dotnet-stryker&version=4.3.0" ////////////////////////////////////////////////////////////////////// // EXTERNAL NUGET LIBRARIES