diff --git a/backend/.config/dotnet-tools.json b/backend/.config/dotnet-tools.json index 88efe9a122..61909b5957 100644 --- a/backend/.config/dotnet-tools.json +++ b/backend/.config/dotnet-tools.json @@ -3,12 +3,16 @@ "isRoot": true, "tools": { "paket": { - "version": "6.2.1", - "commands": ["paket"] + "version": "8.0.3", + "commands": [ + "paket" + ] }, "dotnet-trace": { - "version": "6.0.351802", - "commands": ["dotnet-trace"] + "version": "6.0.351802" + "commands": [ + "dotnet-trace" + ] } } -} +} \ No newline at end of file