From 6524241e0c6983f4a93cc36bfb30aa1941439758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:04:24 +0000 Subject: [PATCH] Bump the xunit group with 2 updates (#1815) * Bump the xunit group with 2 updates Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.1 to 2.6.2 - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) Updates `xunit.runner.visualstudio` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] * Bump xunit.runner.console to 2.6.2 Update xunit.runner.console to 2.6.2 to match other xunit packages. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello --- Directory.Packages.props | 4 ++-- build.cake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 89222f28a2e..c7f3db4921b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,7 @@ - - + + diff --git a/build.cake b/build.cake index e14304f6a82..a01977644f8 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.6.1" +#Tool "xunit.runner.console&version=2.6.2" #Tool "dotnet-stryker&version=3.11.1" //////////////////////////////////////////////////////////////////////