summaryrefslogtreecommitdiff
path: root/src/.nuget/runtime.json
blob: 616a91e2e6da41bf5f7f530a8d028fd697a2ebf8 (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.RyuJit": {
        "toolchain.win7-x64.Microsoft.DotNet.RyuJit": "1.0.7-prerelease-00001"
      }
    },
    "ubuntu.14.04-x64": {
      "Microsoft.DotNet.RyuJit": {
        "toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit": "1.0.7-prerelease-00001"
      }
    },
    "osx.10.10-x64": {
      "Microsoft.DotNet.RyuJit": {
        "toolchain.osx.10.10-x64.Microsoft.DotNet.RyuJit": "1.0.7-prerelease-00001"
      }
    }
  }
}