From 1ffaf0b43ce24808c2923d01b99e6e608b62a13e Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 23 Sep 2024 16:15:43 +0100 Subject: [PATCH] Bump xunit.runner.console Update xunit.runner.console to 2.9.1. --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index e2ee73da6be..1abc468dac3 100644 --- a/build.cake +++ b/build.cake @@ -9,7 +9,7 @@ var configuration = Argument("configuration", "Release"); // EXTERNAL NUGET TOOLS ////////////////////////////////////////////////////////////////////// -#Tool "xunit.runner.console&version=2.9.0" +#Tool "xunit.runner.console&version=2.9.1" #Tool "dotnet-stryker&version=4.2.0" //////////////////////////////////////////////////////////////////////