From 0fdd9e6fc66d62d27b5853c58f6a200e910bf1be Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 12 Jun 2026 14:54:14 +0100 Subject: [PATCH] update csharpier --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 97f37dcc..9e028ef5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "csharpier": { - "version": "1.2.6", + "version": "1.3.0", "commands": [ "csharpier" ], "rollForward": false } } -} \ No newline at end of file +}