Skip to content

Commit

Permalink
Update .NET diagnostic tools to 7.0.442301.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Sep 12, 2023
1 parent 6b68bc5 commit 98c00e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"dotnet-counters": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-counters"
]
},
"dotnet-dump": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-dump"
]
Expand All @@ -21,19 +21,19 @@
]
},
"dotnet-gcdump": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-gcdump"
]
},
"dotnet-sos": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-sos"
]
},
"dotnet-stack": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-stack"
]
Expand All @@ -45,7 +45,7 @@
]
},
"dotnet-trace": {
"version": "7.0.430602",
"version": "7.0.442301",
"commands": [
"dotnet-trace"
]
Expand Down

0 comments on commit 98c00e4

Please sign in to comment.