dotnet-tools.json 268 B

123456789101112131415161718
  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. "swashbuckle.aspnetcore.cli": {
  12. "version": "6.4.0",
  13. "commands": [
  14. "swagger"
  15. ]
  16. }
  17. }
  18. }