diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 23b4ab85..d866bc5f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,17 +3,10 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "15.0.0", + "version": "20.0.0", "commands": [ "fsdocs" ] - }, - "coveralls.net": { - "version": "3.0.0", - "commands": [ - "csmacnz.Coveralls" - ] } - } }