From 12d14591e8db8b16fb5d4f71ffefde55ec0d7463 Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Thu, 13 Jun 2024 13:17:49 -0400 Subject: [PATCH] Update fsdocs --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index cd9c9e3..34a0aa8 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "20.0.0", + "version": "21.0.0-beta-001", "commands": [ "fsdocs" ], "rollForward": false } } -} \ No newline at end of file +}