summaryrefslogtreecommitdiff
path: root/MonoGameLibrary/.config/dotnet-tools.json
blob: 2cf85f32afa22ea2c31c11a496191e800f220810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "dotnet-mgcb-editor": {
      "version": "3.8.4.1",
      "commands": [
        "mgcb-editor"
      ]
    },
    "dotnet-mgcb-editor-linux": {
      "version": "3.8.4.1",
      "commands": [
        "mgcb-editor-linux"
      ]
    },
    "dotnet-mgcb-editor-windows": {
      "version": "3.8.4.1",
      "commands": [
        "mgcb-editor-windows"
      ]
    },
    "dotnet-mgcb-editor-mac": {
      "version": "3.8.4.1",
      "commands": [
        "mgcb-editor-mac"
      ]
    }
  }
}