client-dotnet/.config/dotnet-tools.json
Peter Kurfer b642b7bc9b
Some checks failed
continuous-integration/drone/push Build is failing
refactor: use Husky.NET instead of pre-commit
2023-09-18 10:59:46 +02:00

36 lines
No EOL
584 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-grpc": {
"version": "2.57.0",
"commands": [
"dotnet-grpc"
]
},
"nuke.globaltool": {
"version": "7.0.5",
"commands": [
"nuke"
]
},
"gitversion.tool": {
"version": "5.12.0",
"commands": [
"dotnet-gitversion"
]
},
"husky": {
"version": "0.6.1",
"commands": [
"husky"
]
},
"jetbrains.resharper.globaltools": {
"version": "2023.2.1",
"commands": [
"jb"
]
}
}
}