summaryrefslogtreecommitdiff
path: root/tests/src/Common/external/project.json
blob: 12c986a98be4e391837ce8e740201367e1a3f5bd (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.CodeAnalysis.Compilers": "1.1.1",
    "xunit.performance.api": "1.0.0-beta-build0003",
    "xunit.performance.core": "1.0.0-beta-build0003",
    "xunit.performance.execution": "1.0.0-beta-build0003",
    "xunit.performance.metrics": "1.0.0-beta-build0003",
    "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
    "Newtonsoft.Json": "9.0.1",
    "xunit": "2.2.0-beta2-build3300",
    "xunit.console.netcore": "1.0.2-prerelease-00177",
    "xunit.runner.utility": "2.2.0-beta2-build3300"
  },
  "frameworks": {
    "netcoreapp1.1": {
      "imports": [
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  },
  "runtimes": {
    "win7-x86": {},
    "win7-x64": {}
  }
}