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