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

project.json « tests « System.Private.Reflection.Metadata « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c63115ec7ae107de3e757310f42be2cfabc4836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "dependencies": {
    "NETStandard.Library": "1.5.0-rc2-23911",
    "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": {}
  }
}