From 6c117fbb2d2d146331209702d46398ff422fea41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:02:39 +0000 Subject: [PATCH] Bump dotnet-format in /TeachingRecordSystem (#767) Bumps [dotnet-format](https://github.com/dotnet/format) from 7.4.431902 to 7.4.441804. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- TeachingRecordSystem/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeachingRecordSystem/.config/dotnet-tools.json b/TeachingRecordSystem/.config/dotnet-tools.json index 49327b997..b7725caf0 100644 --- a/TeachingRecordSystem/.config/dotnet-tools.json +++ b/TeachingRecordSystem/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "dotnet-format": { - "version": "7.4.431902", + "version": "7.4.441804", "commands": [ "dotnet-format" ]