summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-07-26 15:42:20 -0500
committerDavis Goodin <dagood@microsoft.com>2016-07-29 12:19:10 -0500
commit339823ac081a4314b790e52cafcd664dc9591468 (patch)
tree4df8acf435e473274e7e5548bddb32f3db317ed6 /global.json
parentf09a1f3a0d6e2654f546acd9cedfb9baa2267819 (diff)
downloadcoreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.gz
coreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.bz2
coreclr-339823ac081a4314b790e52cafcd664dc9591468.zip
Using full versions, update CoreFX dependencies to beta-24328-05.
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
Diffstat (limited to 'global.json')
-rw-r--r--global.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/global.json b/global.json
new file mode 100644
index 0000000000..104bebe5cd
--- /dev/null
+++ b/global.json
@@ -0,0 +1,3 @@
+{
+ "projects": [ "./tests/src", "./tests/src/Common" ]
+}