Skip to content

Commit

Permalink
Update .NET diagnostic tools to 8.0.547301.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Oct 10, 2024
1 parent b18a36d commit 0d604f8
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,19 +15,19 @@
]
},
"dotnet-counters": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-counters"
]
},
"dotnet-dump": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-dump"
]
},
"dotnet-gcdump": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-gcdump"
]
Expand All @@ -39,25 +39,25 @@
]
},
"dotnet-sos": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-sos"
]
},
"dotnet-stack": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-stack"
]
},
"dotnet-symbol": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-symbol"
]
},
"dotnet-trace": {
"version": "8.0.532401",
"version": "8.0.547301",
"commands": [
"dotnet-trace"
]
Expand Down

0 comments on commit 0d604f8

Please sign in to comment.