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

project.json « tests « ILCompiler.MetadataTransform « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b46e3b8c11947000ecf0d16d54c0ce020deed8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "dependencies": {
    "NETStandard.Library": "1.5.0-rc2-23911",
    "System.Reflection.Metadata": "1.3.0-rc3-24102-00",
    "xunit": "2.1.0",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "dnxcore50": {
      "imports": "portable-net451+win8"
    }
  },
  "runtimes": {
    "win7-x64": {},
    "win7-x86": {},
    "ubuntu.14.04-x64": {},
    "osx.10.10-x64": {}
  }
}