From f825a88746dbf0f2c3be2933089863a7438d3113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 22:35:21 +0000 Subject: [PATCH] chore(deps): update dependency csharpier to v0.26.7 --- .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..969b5a2 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.26.7", "commands": ["dotnet-csharpier"] }, "dotnet-ef": {