Skip to content

Commit

Permalink
build: Update dotnet tools manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Dec 3, 2023
1 parent b1c6c1f commit 6ce646f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.14",
"version": "6.0.25",
"commands": [
"dotnet-ef"
]
Expand All @@ -15,31 +15,31 @@
]
},
"nservicebus.transport.rabbitmq.commandline": {
"version": "8.0.1",
"version": "8.0.3",
"commands": [
"rabbitmq-transport"
]
},
"dotnet-script": {
"version": "1.4.0",
"version": "1.5.0",
"commands": [
"dotnet-script"
]
},
"coverlet.console": {
"version": "3.2.0",
"version": "6.0.0",
"commands": [
"coverlet"
]
},
"dotnet-sonarscanner": {
"version": "5.14.0",
"version": "5.15.0",
"commands": [
"dotnet-sonarscanner"
]
},
"dotnet-coverage": {
"version": "17.6.6",
"version": "17.9.3",
"commands": [
"dotnet-coverage"
]
Expand Down

0 comments on commit 6ce646f

Please sign in to comment.