client-dotnet/.config/dotnet-tools.json
Peter Kurfer 310428d307
Improve build process
- enable CI
- add Nuke
- fix tests path
- add DropMode for TypedReader
2021-02-16 09:36:04 +01:00

18 lines
No EOL
259 B
JSON

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