From 16c7514c50340c8cd14102939f02560d881eb598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:02:07 +0000 Subject: [PATCH] chore: Update dependency make to v0.11.0 --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 116445f2..fa54672f 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "make": { - "version": "0.8.0", + "version": "0.11.0", "commands": [ "dotnet-make" ],