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