From 2fd5b9c41b0a7327bb7ed3e3c598dd964ad6c299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:44:19 +0000 Subject: [PATCH] chore(deps): update dependency csharpier to 0.30.4 --- .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 5a8e75b..32014cd 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.24.2", + "version": "0.30.4", "commands": ["dotnet-csharpier"] }, "dotnet-ef": {