From b2f5e87c7dc1d7352a8406ad40d9865a206daa28 Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:52:18 +0100 Subject: [PATCH] Include NuGetKeyVaultSignTool for tools restore. --- docs-mcp/.config/dotnet-tools.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs-mcp/.config/dotnet-tools.json b/docs-mcp/.config/dotnet-tools.json index c40f6b814..485dd03bc 100644 --- a/docs-mcp/.config/dotnet-tools.json +++ b/docs-mcp/.config/dotnet-tools.json @@ -3,10 +3,16 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.0-rc.1.25451.107", + "version": "10.0.1", "commands": [ "dotnet-ef" ] + }, + "NuGetKeyVaultSignTool": { + "version": "3.2.3", + "commands": [ + "NuGetKeyVaultSignTool" + ] } } }