aboutsummaryrefslogtreecommitdiff
path: root/.config/dotnet-tools.json
blob: 7a8163c3374bcea14211d0dbcf0e11383667b4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "dotnet-ef": {
      "version": "9.0.6",
      "commands": [
        "dotnet-ef"
      ]
    }
  }
}