From b30e6bab19068491ba17e0a2774b3e67443b4869 Mon Sep 17 00:00:00 2001 From: Joost Date: Tue, 9 Jan 2024 14:59:12 +0000 Subject: [PATCH 1/2] update fable version --- Content/default/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/default/.config/dotnet-tools.json b/Content/default/.config/dotnet-tools.json index 1bc6f28b..cb727877 100644 --- a/Content/default/.config/dotnet-tools.json +++ b/Content/default/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fable": { - "version": "4.1.4", + "version": "4.9.0", "commands": [ "fable" ] From 8a8e665fdfb23cf6143267a722bf47d775822a38 Mon Sep 17 00:00:00 2001 From: Joost Date: Tue, 9 Jan 2024 15:04:24 +0000 Subject: [PATCH 2/2] update fable version in minimal --- Content/minimal/.config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content/minimal/.config/dotnet-tools.json b/Content/minimal/.config/dotnet-tools.json index a2c0dc7f..00e49ba9 100644 --- a/Content/minimal/.config/dotnet-tools.json +++ b/Content/minimal/.config/dotnet-tools.json @@ -3,10 +3,10 @@ "isRoot": true, "tools": { "fable": { - "version": "4.1.4", + "version": "4.9.0", "commands": [ "fable" ] } } -} +} \ No newline at end of file