From 3116aae6831fddcccc552d9d68b1bf4a565578ec Mon Sep 17 00:00:00 2001 From: Kevin F Date: Wed, 26 Jul 2023 17:15:45 +0200 Subject: [PATCH] Add dotnet tool femto --- .config/dotnet-tools.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c2b68f26..4b3f5945 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -13,6 +13,12 @@ "commands": [ "fable" ] + }, + "femto": { + "version": "0.19.0", + "commands": [ + "femto" + ] } } } \ No newline at end of file