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

project.json « clrjit « packaging « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b6fe2d4d8bf2907c51309434bcd9c3149c0fa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "Microsoft.NETCore.Jit": "1.1.0-preview1-24512-01"
  },
  "frameworks": {
    "dnxcore50": { }
  },
  "runtimes": {
    "win7-x64": { },
    "osx.10.10-x64": { },
    "ubuntu.14.04-x64": { }
  }
}