client-dotnet/.config/dotnet-tools.json
Peter Kurfer 25ae369e6e
All checks were successful
agola/client-dotnet/Lint The run finished successfully
Update dependency nuke.globaltool to v6.1.2
2022-09-26 16:55:35 +02:00

24 lines
No EOL
374 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-grpc": {
"version": "2.46.0",
"commands": [
"dotnet-grpc"
]
},
"nuke.globaltool": {
"version": "6.1.2",
"commands": [
"nuke"
]
},
"gitversion.tool": {
"version": "5.10.3",
"commands": [
"dotnet-gitversion"
]
}
}
}