From a42c91999264373af7b4d5611c42383a6c072b3f Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Mon, 21 Nov 2022 07:41:17 +0200 Subject: [PATCH] Upgrade to Fable 3.7.20 --- .config/dotnet-tools.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6ff9c6c00..bd8365bb7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,14 +2,8 @@ "version": 1, "isRoot": true, "tools": { - "fake-cli": { - "version": "5.19", - "commands": [ - "fake" - ] - }, "fable": { - "version": "3.7.11", + "version": "3.7.20", "commands": [ "fable" ] @@ -21,4 +15,4 @@ ] } } -} \ No newline at end of file +}