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