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" + ] } } }