summaryrefslogtreecommitdiff
path: root/tests/src/performance/project.json
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-11-23 19:09:09 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2016-11-23 19:09:09 +0900
commit4b4aad7217d3292650e77eec2cf4c198ea9c3b4b (patch)
tree98110734c91668dfdbb126fcc0e15ddbd93738ca /tests/src/performance/project.json
parentfa45f57ed55137c75ac870356a1b8f76c84b229c (diff)
downloadcoreclr-4b4aad7217d3292650e77eec2cf4c198ea9c3b4b.tar.gz
coreclr-4b4aad7217d3292650e77eec2cf4c198ea9c3b4b.tar.bz2
coreclr-4b4aad7217d3292650e77eec2cf4c198ea9c3b4b.zip
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'tests/src/performance/project.json')
-rw-r--r--tests/src/performance/project.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/src/performance/project.json b/tests/src/performance/project.json
new file mode 100644
index 0000000000..7d98cbdcc0
--- /dev/null
+++ b/tests/src/performance/project.json
@@ -0,0 +1,39 @@
+{
+ "dependencies": {
+ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
+ "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
+ "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "System.Collections.NonGeneric": "4.3.0",
+ "System.Console": "4.3.0",
+ "System.IO.FileSystem": "4.3.0",
+ "System.Linq": "4.3.0",
+ "System.Linq.Expressions": "4.3.0",
+ "System.Numerics.Vectors": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Extensions": "4.3.0",
+ "System.Reflection.TypeExtensions": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "System.Runtime.Extensions": "4.3.0",
+ "System.Runtime.Numerics": "4.3.0",
+ "System.Text.RegularExpressions": "4.3.0",
+ "System.Threading": "4.3.0",
+ "System.Threading.Tasks": "4.3.0",
+ "System.Threading.Tasks.Parallel": "4.3.0",
+ "System.Diagnostics.Process": "4.3.0",
+ "System.Xml.XmlDocument": "4.3.0",
+ "System.Xml.XPath": "4.3.0",
+ "System.Xml.XPath.XmlDocument": "4.3.0",
+ "xunit": "2.1.0",
+ "xunit.console.netcore": "1.0.2-prerelease-00101",
+ "xunit.runner.utility": "2.1.0"
+ },
+ "frameworks": {
+ "netstandard1.4": {
+ "imports": [
+ "dnxcore50",
+ "portable-net45+win8"
+ ]
+ }
+ }
+}