From cb3882ec9853340515b6d023ecf0b97465f98c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:19:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20coverlet.console=20from=206.?= =?UTF-8?q?0.4=20to=2010.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- updated-dependencies: - dependency-name: coverlet.console dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 932e08d..d4d65e4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "coverlet.console": { - "version": "6.0.4", + "version": "10.0.0", "commands": [ "coverlet" ],