From c67f23de5257f6fd30e4ea16e06044c867c6c258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:35:52 +0000 Subject: [PATCH] Bump dotnet-trace from 6.0.351802 to 8.0.510501 in /backend Bumps [dotnet-trace](https://github.com/dotnet/diagnostics) from 6.0.351802 to 8.0.510501. - [Release notes](https://github.com/dotnet/diagnostics/releases) - [Commits](https://github.com/dotnet/diagnostics/compare/v6.0.351802...v8.0.510501) --- updated-dependencies: - dependency-name: dotnet-trace dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/.config/dotnet-tools.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/backend/.config/dotnet-tools.json b/backend/.config/dotnet-tools.json index 88efe9a122..e3eb05fa18 100644 --- a/backend/.config/dotnet-tools.json +++ b/backend/.config/dotnet-tools.json @@ -4,11 +4,15 @@ "tools": { "paket": { "version": "6.2.1", - "commands": ["paket"] + "commands": [ + "paket" + ] }, "dotnet-trace": { - "version": "6.0.351802", - "commands": ["dotnet-trace"] + "version": "8.0.510501" + "commands": [ + "dotnet-trace" + ] } } -} +} \ No newline at end of file