Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.json « packaging « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df6f724ef3fc6ff4319624973c0762c16af8409d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dependencies": {
    "Microsoft.NETCore.Jit": "1.2.0-beta-24815-03",
    "Microsoft.DotNet.ObjectWriter": "1.0.13-prerelease-00001"
  },
  "frameworks": {
    "dnxcore50": { }
  },
  "runtimes": {
    "win7-x64": { },
    "osx.10.10-x64": { },
    "ubuntu.14.04-x64": { },
    "ubuntu.16.04-x64": { }
  }
}