From 7bf922ac67b27f3f1da50b4f8da6b58127cfc211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:41:29 +0100 Subject: [PATCH] Bump dotnet-t4 from 2.3.1 to 3.0.0 (#491) Bumps [dotnet-t4](https://github.com/mono/t4) from 2.3.1 to 3.0.0. - [Changelog](https://github.com/mono/t4/blob/main/release-steps.md) - [Commits](https://github.com/mono/t4/compare/v2.3.1...v3.0.0) --- updated-dependencies: - dependency-name: dotnet-t4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 64cfe121..a5e0c0db 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-t4": { - "version": "2.3.1", + "version": "3.0.0", "commands": [ "t4" ]