终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

dotnet-tools.json 153 B

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