From e91f2c11ef44bb576799d8dd3e8667e04d2d282b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:11:23 -0500 Subject: [PATCH] Bump nunit.consolerunner.netcore from 3.19.1 to 3.19.2 (#1878) Bumps [nunit.consolerunner.netcore](https://github.com/nunit/nunit-console) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/nunit/nunit-console/releases) - [Changelog](https://github.com/nunit/nunit-console/blob/main/CHANGES.txt) - [Commits](https://github.com/nunit/nunit-console/compare/3.19.1...3.19.2) --- updated-dependencies: - dependency-name: nunit.consolerunner.netcore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2a5ff6bd4f..7ce703ecfa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -17,7 +17,7 @@ "rollForward": false }, "nunit.consolerunner.netcore": { - "version": "3.19.1", + "version": "3.19.2", "commands": [ "nunit" ],