From 948c5535ab2da9d50bbdf3ac04541d5b782a445d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:05:12 +0000 Subject: [PATCH] chore(deps): update dependency csharpier to v0.26.3 --- .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..672f868 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.3", "commands": ["dotnet-csharpier"] }, "dotnet-ef": {