summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/benchmark+serialize/project.json
blob: 937b0958264e4d07bda8bb111cd7c8559b8be1b4 (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
{
  "dependencies": {
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
    "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
    "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
    "Newtonsoft.Json": "7.0.1",
    "System.Console": "4.0.1-beta-24328-05",
    "System.IO": "4.1.1-beta-24328-05",
    "System.IO.FileSystem": "4.0.2-beta-24328-05",
    "System.Linq": "4.1.1-beta-24328-05",
    "System.ObjectModel": "4.0.13-beta-24328-05",
    "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
    "System.Runtime": "4.1.1-beta-24328-05",
    "System.Runtime.Serialization.Json": "4.0.3-beta-24328-05",
    "System.Runtime.Serialization.Primitives": "4.2.0-beta-24328-05",
    "System.Runtime.Serialization.Xml": "4.1.2-beta-24328-05",
    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
    "xunit": "2.1.0",
    "xunit.console.netcore": "1.0.2-prerelease-00101",
    "xunit.runner.utility": "2.1.0",
    "test_runtime": {
      "target": "project",
      "exclude": "compile"
    }
  },
  "frameworks": {
    "netcoreapp1.0": {
      "imports": [
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  },
  "runtimes": {
    "win7-x86": {},
    "win7-x64": {},
    "ubuntu.14.04-x64": {},
    "osx.10.10-x64": {},
    "centos.7-x64": {},
    "rhel.7-x64": {},
    "debian.8-x64": {}
  }
}