From 025863fe083f8f69afdb7bbd3ce29809cc24a3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 11 Jul 2024 00:10:31 +0200 Subject: [PATCH] Update .NET diagnostic tools to 8.0.532401. --- dotnet-tools.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 55c91fc..614a166 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,13 +15,13 @@ ] }, "dotnet-counters": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-counters" ] }, "dotnet-dump": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-dump" ] @@ -33,31 +33,31 @@ ] }, "dotnet-gcdump": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-gcdump" ] }, "dotnet-sos": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-sos" ] }, "dotnet-stack": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-stack" ] }, "dotnet-symbol": { - "version": "1.0.415602", + "version": "8.0.532401", "commands": [ "dotnet-symbol" ] }, "dotnet-trace": { - "version": "8.0.452401", + "version": "8.0.532401", "commands": [ "dotnet-trace" ]