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