From c538f1437fab5eb75141cb81267c62c8b2f9be06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:18:56 +0000 Subject: [PATCH] Bump docfx from 2.77.0 to 2.78.3 Bumps [docfx](https://github.com/dotnet/docfx) from 2.77.0 to 2.78.3. - [Release notes](https://github.com/dotnet/docfx/releases) - [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md) - [Commits](https://github.com/dotnet/docfx/compare/v2.77.0...v2.78.3) --- updated-dependencies: - dependency-name: docfx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c799028..be28e25 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,10 +1,12 @@ { - "version": 1, - "isRoot": true, - "tools": { - "docfx": { - "version": "2.77.0", - "commands": ["docfx"] - } + "version": 1, + "isRoot": true, + "tools": { + "docfx": { + "version": "2.78.3", + "commands": [ + "docfx" + ] } } +} \ No newline at end of file