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