diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-03-03 16:30:38 -0600 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-03-10 09:20:36 -0600 |
commit | a37446b560c138ff7d661c4c37971f31f92ed066 (patch) | |
tree | 18e9d1b17b88bebad89146ffbf70100b830dc55f /tests/src/managed | |
parent | 3aadaff51856448d9a9f262e31cc5cdf6d2259ed (diff) | |
download | coreclr-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/managed')
-rw-r--r-- | tests/src/managed/Compilation/project.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json index 0ae8dd4423..8757f28607 100644 --- a/tests/src/managed/Compilation/project.json +++ b/tests/src/managed/Compilation/project.json @@ -2,22 +2,22 @@ "dependencies": { "Microsoft.CodeAnalysis.Compilers": "1.1.1", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", - "System.Collections": "4.0.10-rc2-23816", - "System.Collections.Concurrent": "4.0.10-rc2-23816", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.10", "System.Collections.Immutable": "1.1.37", "System.Console": "4.0.0-rc2-23816", - "System.Dynamic.Runtime": "4.0.10-rc2-23816", - "System.IO": "4.0.10-rc2-23816", - "System.IO.FileSystem": "4.0.0-rc2-23816", - "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816", - "System.Runtime": "4.0.20-rc2-23816", - "System.Runtime.Extensions": "4.0.10-rc2-23816", - "System.Runtime.Handles": "4.0.0-rc2-23816", - "System.Text.Encoding": "4.0.10-rc2-23816", - "System.Threading": "4.0.0-rc2-23816", - "System.Threading.Overlapped": "4.0.0-rc2-23816", - "System.Threading.Tasks": "4.0.10-rc2-23816", - "System.Threading.Tasks.Parallel": "4.0.0-rc2-23816", + "System.Dynamic.Runtime": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.0", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Tasks.Parallel": "4.0.0", "System.Threading.ThreadPool": "4.0.10-rc2-23816" }, "frameworks": { |