From a1fc8a87a170e5d7f98aa024bfd72bde98dd2d48 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 19 Dec 2024 22:43:35 +1100 Subject: [PATCH] Update dotnet-tools.json --- src/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/dotnet-tools.json b/src/.config/dotnet-tools.json index 5b7e5fefde..84b4a14ca1 100644 --- a/src/.config/dotnet-tools.json +++ b/src/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fixie.console": { - "version": "3.4.0", + "version": "4.1.0", "commands": [ "fixie" ]