From ea6fb0cc0e53b5176bccdf2cb538130ed8a581e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:53:48 +0000 Subject: [PATCH] chore(deps): update dependency docfx to 2.78.1 --- .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 280e8baf..6583e035 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.78.0", + "version": "2.78.1", "commands": ["docfx"] } }