summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/minimal/project.json
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-03-03 16:30:38 -0600
committerDavis Goodin <dagood@microsoft.com>2016-03-10 09:20:36 -0600
commita37446b560c138ff7d661c4c37971f31f92ed066 (patch)
tree18e9d1b17b88bebad89146ffbf70100b830dc55f /tests/src/JIT/config/minimal/project.json
parent3aadaff51856448d9a9f262e31cc5cdf6d2259ed (diff)
downloadcoreclr-a37446b560c138ff7d661c4c37971f31f92ed066.tar.gz
coreclr-a37446b560c138ff7d661c4c37971f31f92ed066.tar.bz2
coreclr-a37446b560c138ff7d661c4c37971f31f92ed066.zip
Update dependencies on packages that don't exist.
First checks to see if a stable version of that dependency was restored, and if not, found the stable.minor.patch version with the prerelease spec of the dependency.
Diffstat (limited to 'tests/src/JIT/config/minimal/project.json')
-rw-r--r--tests/src/JIT/config/minimal/project.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index da67299e96..96b8680cc5 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -2,9 +2,9 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Runtime": "4.0.20-rc2-23816",
- "System.Runtime.Extensions": "4.0.10-rc2-23816",
- "System.Runtime.InteropServices": "4.0.10-rc2-23816"
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.10"
},
"frameworks": {
"dnxcore50": {}