From 339823ac081a4314b790e52cafcd664dc9591468 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 26 Jul 2016 15:42:20 -0500 Subject: Using full versions, update CoreFX dependencies to beta-24328-05. To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime. --- .../Loader/classloader/Statics/Misc/project.json | 62 ++++++++++++---------- 1 file changed, 33 insertions(+), 29 deletions(-) (limited to 'tests/src/Loader/classloader/Statics/Misc/project.json') diff --git a/tests/src/Loader/classloader/Statics/Misc/project.json b/tests/src/Loader/classloader/Statics/Misc/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Loader/classloader/Statics/Misc/project.json +++ b/tests/src/Loader/classloader/Statics/Misc/project.json @@ -1,36 +1,40 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00", - "System.Collections": "4.0.10", - "System.Collections.NonGeneric": "4.0.1-rc3-24117-00", - "System.Collections.Specialized": "4.0.1-rc3-24117-00", - "System.ComponentModel": "4.0.1-rc3-24117-00", - "System.Console": "4.0.0-rc3-24117-00", - "System.Diagnostics.Process": "4.1.0-rc3-24117-00", - "System.Globalization": "4.0.10", - "System.Globalization.Calendars": "4.0.0", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.1-rc3-24117-00", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Linq": "4.1.0-rc3-24117-00", - "System.Linq.Queryable": "4.0.1-rc3-24117-00", - "System.Reflection": "4.1.0-rc3-24117-00", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc3-24117-00", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.1.0-rc3-24117-00", - "System.Runtime.Loader": "4.0.0-rc3-24117-00", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Thread": "4.0.0-rc3-24117-00", - "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00", - "System.Xml.XDocument": "4.0.11-rc3-24117-00", - "System.Xml.XmlDocument": "4.0.1-rc3-24117-00", - "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00" + "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", + "System.Collections": "4.0.12-beta-24328-05", + "System.Collections.NonGeneric": "4.0.2-beta-24328-05", + "System.Collections.Specialized": "4.0.2-beta-24328-05", + "System.ComponentModel": "4.0.2-beta-24328-05", + "System.Console": "4.0.1-beta-24328-05", + "System.Diagnostics.Process": "4.1.1-beta-24328-05", + "System.Globalization": "4.0.12-beta-24328-05", + "System.Globalization.Calendars": "4.0.2-beta-24328-05", + "System.IO": "4.1.1-beta-24328-05", + "System.IO.FileSystem": "4.0.2-beta-24328-05", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", + "System.Linq": "4.1.1-beta-24328-05", + "System.Linq.Queryable": "4.0.2-beta-24328-05", + "System.Reflection": "4.1.1-beta-24328-05", + "System.Reflection.Primitives": "4.0.2-beta-24328-05", + "System.Runtime": "4.1.1-beta-24328-05", + "System.Runtime.Extensions": "4.1.1-beta-24328-05", + "System.Runtime.Handles": "4.0.2-beta-24328-05", + "System.Runtime.InteropServices": "4.2.0-beta-24328-05", + "System.Runtime.Loader": "4.0.1-beta-24328-05", + "System.Text.Encoding": "4.0.12-beta-24328-05", + "System.Threading": "4.0.12-beta-24328-05", + "System.Threading.Thread": "4.0.1-beta-24328-05", + "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", + "System.Xml.XDocument": "4.0.12-beta-24328-05", + "System.Xml.XmlDocument": "4.0.2-beta-24328-05", + "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", + "test_runtime": { + "target": "project", + "exclude": "compile" + } }, "frameworks": { - "dnxcore50": {} + "netcoreapp1.0": {} }, "runtimes": { "win7-x86": {}, -- cgit v1.2.3