dotnet-tools.json 640 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 1,
  3. "isRoot": true,
  4. "tools": {
  5. "dotnet-mgcb": {
  6. "version": "3.8.4.1",
  7. "commands": [
  8. "mgcb"
  9. ]
  10. },
  11. "dotnet-mgcb-editor": {
  12. "version": "3.8.4.1",
  13. "commands": [
  14. "mgcb-editor"
  15. ]
  16. },
  17. "dotnet-mgcb-editor-linux": {
  18. "version": "3.8.4.1",
  19. "commands": [
  20. "mgcb-editor-linux"
  21. ]
  22. },
  23. "dotnet-mgcb-editor-windows": {
  24. "version": "3.8.4.1",
  25. "commands": [
  26. "mgcb-editor-windows"
  27. ]
  28. },
  29. "dotnet-mgcb-editor-mac": {
  30. "version": "3.8.4.1",
  31. "commands": [
  32. "mgcb-editor-mac"
  33. ]
  34. }
  35. }
  36. }