dotnet-tools.json 268 B

123456789101112131415161718
  1. {
  2. "version": 1,
  3. "isRoot": true,
  4. "tools": {
  5. "cake.tool": {
  6. "version": "1.1.0",
  7. "commands": [
  8. "dotnet-cake"
  9. ]
  10. },
  11. "dotnet-format": {
  12. "version": "5.1.225507",
  13. "commands": [
  14. "dotnet-format"
  15. ]
  16. }
  17. }
  18. }