diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-07-26 15:42:20 -0500 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-07-29 12:19:10 -0500 |
commit | 339823ac081a4314b790e52cafcd664dc9591468 (patch) | |
tree | 4df8acf435e473274e7e5548bddb32f3db317ed6 /global.json | |
parent | f09a1f3a0d6e2654f546acd9cedfb9baa2267819 (diff) | |
download | coreclr-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.json | 3 |
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" ] +} |