summaryrefslogtreecommitdiff
path: root/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/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/Loader/binding/assemblies/generics/arilistienum/methods/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/Loader/binding/assemblies/generics/arilistienum/methods/project.json')
-rw-r--r--tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
index 4e53af596c..a56897b9c9 100644
--- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
+++ b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
@@ -2,8 +2,8 @@
"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": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
},
"frameworks": {
"dnxcore50": {}