summaryrefslogtreecommitdiff
path: root/tests/src/runtime/project.json
blob: 9c2dcac51429ac8550c321867f744044ed21caba (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "dependencies": {
    "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
    "System.Collections": "4.0.10",
    "System.Collections.Concurrent": "4.0.10",
    "System.Console": "4.0.0-rc3-24117-00",
    "System.Diagnostics.Contracts": "4.0.0",
    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
    "System.Diagnostics.Tools": "4.0.0",
    "System.Diagnostics.Tracing": "4.0.10",
    "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
    "System.Globalization": "4.0.10",
    "System.IO": "4.0.10",
    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
    "System.IO.FileSystem.Primitives": "4.0.0",
    "System.Linq": "4.1.0-rc3-24117-00",
    "System.Reflection": "4.1.0-rc3-24117-00",
    "System.Reflection.Extensions": "4.0.0",
    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
    "System.Runtime": "4.1.0-rc3-24117-00",
    "System.Runtime.Extensions": "4.0.10",
    "System.Runtime.Handles": "4.0.0",
    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
    "System.Text.Encoding": "4.0.10",
    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
    "System.Threading": "4.0.10",
    "System.Threading.Overlapped": "4.0.0",
    "System.Threading.Tasks": "4.0.10",
    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
    "System.Xml.ReaderWriter": "4.0.10",
    "System.Xml.XDocument": "4.0.10"
  },
  "frameworks": {
    "dnxcore50": {}
  },
  "runtimes": {
    "win7-x86": {},
    "win7-x64": {},
    "ubuntu.14.04-x64": {},
    "osx.10.10-x64": {},
    "centos.7-x64": {},
    "rhel.7-x64": {},
    "debian.8-x64": {}
  }
}