summaryrefslogtreecommitdiff
path: root/.config/dotnet-tools.json
blob: 877eb11bc3a0b2c5eb74a369818152d4fd770f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "dotnet-ef": {
      "version": "8.0.1",
      "commands": [
        "dotnet-ef"
      ]
    },
    "microsoft.web.librarymanager.cli": {
      "version": "2.1.175",
      "commands": [
        "libman"
      ]
    }
  }
}