From 23aa040775e108eb387dbd0f8be18509ab0f5f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:01:59 +0000 Subject: [PATCH] Bump dotnet-format from 5.0.211103 to 5.1.250801 Bumps [dotnet-format](https://github.com/dotnet/format) from 5.0.211103 to 5.1.250801. - [Release notes](https://github.com/dotnet/format/releases) - [Changelog](https://github.com/dotnet/format/blob/archive/CHANGELOG.md) - [Commits](https://github.com/dotnet/format/commits) --- updated-dependencies: - dependency-name: dotnet-format dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 35899a6..ee233a3 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-format": { - "version": "5.0.211103", + "version": "5.1.250801", "commands": [ "dotnet-format" ]