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

24 lines
374 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-grpc": {
"version": "2.46.0",
"commands": [
"dotnet-grpc"
]
},
"nuke.globaltool": {
"version": "6.1.2",
"commands": [
"nuke"
]
2022-09-26 14:41:39 +00:00
},
"gitversion.tool": {
"version": "5.10.3",
"commands": [
"dotnet-gitversion"
]
}
}
}