dotnet-tools.json.in 551 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 1,
  3. "isRoot": true,
  4. "tools": {
  5. "dotnet-dump": {
  6. "version": "${DotnetDumpVersion}",
  7. "commands": [
  8. "dotnet-dump"
  9. ]
  10. },
  11. "dotnet-ef": {
  12. "version": "${DotnetEfVersion}",
  13. "commands": [
  14. "dotnet-ef"
  15. ]
  16. },
  17. "dotnet-serve": {
  18. "version": "${DotnetServeVersion}",
  19. "commands": [
  20. "dotnet-serve"
  21. ]
  22. },
  23. "Microsoft.Playwright.CLI": {
  24. "version": "${MicrosoftPlaywrightCLIVersion}",
  25. "commands": [
  26. "playwright"
  27. ]
  28. }
  29. }
  30. }