client-dotnet/.config/dotnet-tools.json

36 lines
584 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-grpc": {
"version": "2.57.0",
"commands": [
"dotnet-grpc"
]
},
"nuke.globaltool": {
"version": "7.0.5",
"commands": [
"nuke"
]
2022-09-26 14:41:39 +00:00
},
"gitversion.tool": {
"version": "5.12.0",
2022-09-26 14:41:39 +00:00
"commands": [
"dotnet-gitversion"
]
},
"husky": {
"version": "0.6.1",
"commands": [
"husky"
]
},
"jetbrains.resharper.globaltools": {
"version": "2023.2.1",
"commands": [
"jb"
]
}
}
}