dotnet-tools.json 156 B

123456789101112
  1. {
  2. "version": 1,
  3. "isRoot": true,
  4. "tools": {
  5. "cake.tool": {
  6. "version": "0.38.5",
  7. "commands": [
  8. "dotnet-cake"
  9. ]
  10. }
  11. }
  12. }