Skip to content

Commit

Permalink
Update .NET diagnostic tools to 8.0.532401.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 10, 2024
1 parent fc6feb3 commit 025863f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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"
]
Expand Down

0 comments on commit 025863f

Please sign in to comment.