aboutsummaryrefslogtreecommitdiff
path: root/.config/dotnet-tools.json
blob: 54739cdfb35fe69f661a3c4c29f4408ff7ae013b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "fable": {
      "version": "4.25.0",
      "commands": [
        "fable"
      ],
      "rollForward": false
    }
  }
}