summaryrefslogtreecommitdiff
path: root/src/.nuget/runtime.json
blob: f922e86836d898257fbf2331ae273dc2973d69df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "runtimes": {
    "win7-x64": {
      "Microsoft.DotNet.ClrJit": {
        "toolchain.win7-x64.Microsoft.DotNet.ClrJit": "1.0.8-prerelease-00001"
      }
    },
    "ubuntu.14.04-x64": {
      "Microsoft.DotNet.ClrJit": {
        "toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ClrJit": "1.0.8-prerelease-00001"
      }
    },
    "osx.10.10-x64": {
      "Microsoft.DotNet.ClrJit": {
        "toolchain.osx.10.10-x64.Microsoft.DotNet.ClrJit": "1.0.8-prerelease-00001"
      }
    }
  }
}