From da4326abfaaf55b0bf5d22b61435bb43a521d1ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:02:17 +0000 Subject: [PATCH] chore: Update dependency verify.tool to v0.7.0 --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 116445f2..453960c2 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "verify.tool": { - "version": "0.6.0", + "version": "0.7.0", "commands": [ "dotnet-verify" ],