summaryrefslogtreecommitdiff
path: root/tests/src/Common/PerfHarness/project.json
blob: a1ecb2867e1a8bab6d10e6a109304aaa15e9f11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "version": "1.0.0-*",
  "buildOptions": {
    "debugType": "portable",
    "emitEntryPoint": true
  },
  "dependencies": {},
  "frameworks": {
    "netcoreapp1.1": {
      "dependencies": {
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.1.0"
        },
        "xunit.performance.api": "1.0.0-beta-build0003"
      }
    }
  }
}