From 472196cd11d097aab942ff1cb689410b736c0e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 05:57: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/main/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 59785a9..d8d5a3b 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" ]