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

project.json « tests « System.Composition « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c7b50f7e06f2e33b42156048bafc13605c4df4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
    "System.Linq.Expressions": "4.1.0-rc3-24117-00",
    "System.Runtime": "4.1.0-rc3-24117-00",
    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
    "xunit": "2.1.0",
    "xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
    "test-runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "dnxcore50": {
      "imports": "portable-net45+win8"
    }
  },
  "runtimes": {
    "centos.7-x64": {},
    "debian.8-x64": {},
    "linux-x64": {},
    "osx.10.10-x64": {},
    "rhel.7-x64": {},
    "ubuntu.14.04-x64": {},
    "win7-x64": {},
    "win7-x86": {}
  }
}