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

18 lines
259 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-grpc": {
"version": "2.44.0",
"commands": [
"dotnet-grpc"
]
},
"nuke.globaltool": {
"version": "6.0.2",
"commands": [
"nuke"
]
}
}
}