Merge pull request #11055 from jorive/dev/xUnit-Performance-API
[platform/upstream/coreclr.git] / tests / src / JIT / config / benchmark+roslyn / project.json
1 {
2   "dependencies": {
3     "Microsoft.CodeAnalysis.Compilers": "1.1.1",
4     "xunit.performance.api": "1.0.0-beta-build0003",
5     "xunit.performance.core": "1.0.0-beta-build0003",
6     "xunit.performance.execution": "1.0.0-beta-build0003",
7     "xunit.performance.metrics": "1.0.0-beta-build0003",
8     "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
9     "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
10     "System.Console": "4.4.0-beta-24913-02",
11     "System.Dynamic.Runtime": "4.4.0-beta-24913-02",
12     "System.Linq": "4.4.0-beta-24913-02",
13     "System.IO.FileSystem": "4.4.0-beta-24913-02",
14     "System.Numerics.Vectors": "4.4.0-preview1-25221-01",
15     "System.Reflection": "4.4.0-beta-24913-02",
16     "System.Reflection.Extensions": "4.4.0-beta-24913-02",
17     "System.Reflection.TypeExtensions": "4.4.0-preview1-25221-01",
18     "System.Runtime": "4.4.0-beta-24913-02",
19     "System.Runtime.Extensions": "4.4.0-beta-24913-02",
20     "System.Runtime.Numerics": "4.4.0-beta-24913-02",
21     "System.Text.RegularExpressions": "4.4.0-beta-24913-02",
22     "System.Threading": "4.4.0-beta-24913-02",
23     "System.Threading.Tasks": "4.4.0-beta-24913-02",
24     "System.Threading.Tasks.Parallel": "4.4.0-beta-24913-02",
25     "System.Security.Cryptography.Algorithms": "4.4.0-beta-24913-02",
26     "xunit": "2.2.0-beta2-build3300",
27     "xunit.console.netcore": "1.0.2-prerelease-00177",
28     "xunit.runner.utility": "2.2.0-beta2-build3300"
29   },
30   "frameworks": {
31     "netstandard1.4": {
32       "imports": [
33         "dnxcore50",
34         "portable-net45+win8"
35       ]
36     }
37   }
38 }