From a4ea3df37f6dae7f67b202f580bf816ec419eb34 Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Tue, 15 Sep 2026 12:34:31 +0200 Subject: [PATCH] Use Fantomas 8 stable --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c2c0482149..ec093575fa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "fantomas": { - "version": "8.0.0-beta-003", + "version": "8.0.0", "commands": [ "fantomas" ],