dotnet-tools.json 261 B

123456789101112131415161718
  1. {
  2. "version": 1,
  3. "isRoot": true,
  4. "tools": {
  5. "dotnet-ef": {
  6. "version": "5.0.1",
  7. "commands": [
  8. "dotnet-ef"
  9. ]
  10. },
  11. "csharpier": {
  12. "version": "0.26.7",
  13. "commands": [
  14. "dotnet-csharpier"
  15. ]
  16. }
  17. }
  18. }