client-dotnet/.config/dotnet-tools.json
2021-10-15 10:58:19 +00:00

18 lines
No EOL
259 B
JSON

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