summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/benchmark+serialize/project.json
blob: e7e185300051091dcbe0c6bb171bd930b90162d7 (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
{
  "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.1.0",
    "Newtonsoft.Json": "7.0.1",
    "System.Console": "4.3.0",
    "System.IO": "4.3.0",
    "System.IO.FileSystem": "4.3.0",
    "System.Linq": "4.3.0",
    "System.ObjectModel": "4.3.0",
    "System.Dynamic.Runtime": "4.3.0",
    "System.Runtime": "4.3.0",
    "System.Runtime.Serialization.Json": "4.3.0",
    "System.Runtime.Serialization.Primitives": "4.1.1",
    "System.Runtime.Serialization.Xml": "4.3.0",
    "System.Text.RegularExpressions": "4.3.0",
    "System.Xml.XmlDocument": "4.3.0",
    "System.Xml.XmlSerializer": "4.3.0",
    "xunit": "2.1.0",
    "xunit.console.netcore": "1.0.2-prerelease-00101",
    "xunit.runner.utility": "2.1.0"
  },
  "frameworks": {
    "netstandard1.4": {
      "imports": [
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  }
}