summaryrefslogtreecommitdiff
path: root/tests/src/GC/Stress/Tests/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/GC/Stress/Tests/project.json')
-rw-r--r--tests/src/GC/Stress/Tests/project.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/src/GC/Stress/Tests/project.json b/tests/src/GC/Stress/Tests/project.json
new file mode 100644
index 0000000000..4a2a022aa4
--- /dev/null
+++ b/tests/src/GC/Stress/Tests/project.json
@@ -0,0 +1,17 @@
+{
+ "dependencies": {
+ "System.Console": "4.0.0-beta-*",
+ "System.Runtime": "4.0.20-beta-*",
+ "System.Runtime.Extensions": "4.0.10-beta-*",
+ "System.Collections": "4.0.10-beta-*",
+ "System.Collections.NonGeneric": "4.0.0-beta-*",
+ "System.Threading": "4.0.0-beta-*",
+ "System.Threading.Thread": "4.0.0-beta-*",
+ "System.Runtime.InteropServices": "4.0.20-beta-*",
+ "System.IO": "4.0.10-beta-*",
+ "System.Globalization": "4.0.10-beta-*"
+ },
+ "frameworks": {
+ "dnxcore50": {}
+ }
+} \ No newline at end of file