summaryrefslogtreecommitdiff
path: root/tests/scripts/project.json
blob: b3c3a15f627fe465430f24c5937e42a4ba2c155f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "dependencies": {
    "Microsoft.DotNet.xunit.performance.run.core": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
    "xunit.console.netcore": "1.0.2-prerelease-00177",
    "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00629-04"
  },
  "frameworks": {
    "netstandard1.3": {
      "imports": [
        "dnxcore50",
        "portable-net45+win8"
      ]
    }
  }
}