dotnet-tools.json 153 B

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