diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1a0c5db73..d2f4de65b 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,17 +2,17 @@ "version": 1, "isRoot": true, "tools": { - "fsharp.formatting.commandtool": { - "version": "11.1.0", - "commands": [ - "fsdocs" - ] - }, "fantomas": { "version": "5.2.0", "commands": [ "fantomas" ] + }, + "fsdocs-tool": { + "version": "16.1.1", + "commands": [ + "fsdocs" + ] } } } \ No newline at end of file