From 11100587d571336e591fc3666fccad0fd09a3d1f Mon Sep 17 00:00:00 2001 From: Mona Panchaud <16801528+panmona@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:14:19 +0100 Subject: [PATCH] Update Fable dotnet tool version --- Feliz.Template/Content/.config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Feliz.Template/Content/.config/dotnet-tools.json b/Feliz.Template/Content/.config/dotnet-tools.json index 0b6bff29..e1a0a06e 100644 --- a/Feliz.Template/Content/.config/dotnet-tools.json +++ b/Feliz.Template/Content/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fable": { - "version": "3.7.17", + "version": "4.0.0-theta-018", "commands": [ "fable" ] @@ -15,4 +15,4 @@ ] } } -} \ No newline at end of file +}