diff --git a/backend/.config/dotnet-tools.json b/backend/.config/dotnet-tools.json index 88efe9a122..903df3c2ed 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.505301" + "commands": [ + "dotnet-trace" + ] } } -} +} \ No newline at end of file