summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/benchmark+serialize/project.json
blob: 45a6706167cad9f5e356469ff9dd8a12690556a6 (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
{
  "dependencies": {
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
    "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
    "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
    "Newtonsoft.Json": "7.0.1",
    "System.Console": "4.0.0-rc2-23816",
    "System.IO": "4.0.10",
    "System.ObjectModel": "4.0.10",
    "System.Runtime": "4.0.20-rc2-23816",
    "System.Runtime.Serialization.Json": "4.0.0",
    "System.Runtime.Serialization.Primitives": "4.0.10",
    "System.Runtime.Serialization.Xml": "4.0.10",
    "System.Xml.XmlDocument": "4.0.0",
    "System.Xml.XmlSerializer": "4.0.10",
    "xunit": "2.1.0",
    "xunit.console.netcore": "2.1.0",
    "xunit.runner.utility": "2.1.0"
  },
  "frameworks": {
    "dnxcore50": {
      "imports": "portable-net45+win8"
    }
  }
}