summaryrefslogtreecommitdiff
path: root/tests/src/Interop/ArrayMarshalling/ByValArray/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/Interop/ArrayMarshalling/ByValArray/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/Interop/ArrayMarshalling/ByValArray/project.json')
-rw-r--r--tests/src/Interop/ArrayMarshalling/ByValArray/project.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
index 973bc9c9eb..623c871bb1 100644
--- a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
+++ b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
@@ -1,28 +1,28 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
- "System.Collections": "4.0.10-rc2-23816",
+ "System.Collections": "4.0.10",
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
- "System.Globalization": "4.0.10-rc2-23816",
- "System.Globalization.Calendars": "4.0.0-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.Diagnostics.Process": "4.1.0-rc2-23816",
+ "System.Globalization": "4.0.10",
+ "System.Globalization.Calendars": "4.0.0",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
"System.Linq": "4.0.1-rc2-23816",
"System.Linq.Queryable": "4.0.1-rc2-23816",
- "System.Reflection": "4.0.10-rc2-23816",
- "System.Reflection.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.Runtime.InteropServices": "4.0.20-rc2-23816",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.20",
"System.Runtime.Loader": "4.0.0-rc2-23816",
- "System.Text.Encoding": "4.0.10-rc2-23816",
- "System.Threading": "4.0.10-rc2-23816",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
"System.Xml.XDocument": "4.0.11-rc2-23816",
"System.Xml.XmlDocument": "4.0.1-rc2-23816",