From 95b217b1ad5716ab96317e00531bbfe95a81ac68 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 27 Oct 2023 17:44:20 +0100 Subject: [PATCH] Update NuGet tools - Update dotnet-stryker to 3.11.0. - Update xunit.runner.console to 2.5.3. --- build.cake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cake b/build.cake index b95eb6da851..d69a2a96628 100644 --- a/build.cake +++ b/build.cake @@ -9,8 +9,8 @@ var configuration = Argument("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