diff options
author | Davis Goodin <dagood@microsoft.com> | 2016-07-26 15:42:20 -0500 |
---|---|---|
committer | Davis Goodin <dagood@microsoft.com> | 2016-07-29 12:19:10 -0500 |
commit | 339823ac081a4314b790e52cafcd664dc9591468 (patch) | |
tree | 4df8acf435e473274e7e5548bddb32f3db317ed6 /tests/src/Interop | |
parent | f09a1f3a0d6e2654f546acd9cedfb9baa2267819 (diff) | |
download | coreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.gz coreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.bz2 coreclr-339823ac081a4314b790e52cafcd664dc9591468.zip |
Using full versions, update CoreFX dependencies to beta-24328-05.
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
Diffstat (limited to 'tests/src/Interop')
30 files changed, 886 insertions, 762 deletions
diff --git a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json +++ b/tests/src/Interop/ArrayMarshalling/BoolArray/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": {}, diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json +++ b/tests/src/Interop/ArrayMarshalling/ByValArray/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": {}, diff --git a/tests/src/Interop/BestFitMapping/project.json b/tests/src/Interop/BestFitMapping/project.json index 025841ec29..373424221c 100755 --- a/tests/src/Interop/BestFitMapping/project.json +++ b/tests/src/Interop/BestFitMapping/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": {}, diff --git a/tests/src/Interop/FuncPtrAsDelegateParam/project.json b/tests/src/Interop/FuncPtrAsDelegateParam/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/FuncPtrAsDelegateParam/project.json +++ b/tests/src/Interop/FuncPtrAsDelegateParam/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": {}, diff --git a/tests/src/Interop/ICastable/project.json b/tests/src/Interop/ICastable/project.json index 62f3545a41..9b1e4b85ce 100644 --- a/tests/src/Interop/ICastable/project.json +++ b/tests/src/Interop/ICastable/project.json @@ -1,7 +1,12 @@ { - "dependencies": {}, + "dependencies": { + "test_runtime": { + "target": "project", + "exclude": "compile" + } + }, "frameworks": { - "dnxcore50": {} + "netcoreapp1.0": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/Interop/MarshalAPI/Copy/project.json b/tests/src/Interop/MarshalAPI/Copy/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/Copy/project.json +++ b/tests/src/Interop/MarshalAPI/Copy/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": {}, diff --git a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json b/tests/src/Interop/MarshalAPI/FunctionPointer/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json +++ b/tests/src/Interop/MarshalAPI/FunctionPointer/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": {}, diff --git a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json b/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json +++ b/tests/src/Interop/MarshalAPI/GetExceptionForHR/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": {}, diff --git a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json +++ b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/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": {}, diff --git a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json +++ b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/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": {}, diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json +++ b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/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": {}, diff --git a/tests/src/Interop/MarshalAPI/IUnknown/project.json b/tests/src/Interop/MarshalAPI/IUnknown/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/IUnknown/project.json +++ b/tests/src/Interop/MarshalAPI/IUnknown/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": {}, diff --git a/tests/src/Interop/MarshalAPI/MarshalStructure/project.json b/tests/src/Interop/MarshalAPI/MarshalStructure/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/MarshalStructure/project.json +++ b/tests/src/Interop/MarshalAPI/MarshalStructure/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": {}, diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json +++ b/tests/src/Interop/MarshalAPI/Miscellaneous/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": {}, diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/project.json b/tests/src/Interop/MarshalAPI/OffsetOf/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/OffsetOf/project.json +++ b/tests/src/Interop/MarshalAPI/OffsetOf/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": {}, diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/project.json b/tests/src/Interop/MarshalAPI/ReadWrite/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/project.json +++ b/tests/src/Interop/MarshalAPI/ReadWrite/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": {}, diff --git a/tests/src/Interop/MarshalAPI/String/project.json b/tests/src/Interop/MarshalAPI/String/project.json index 62f3545a41..9b1e4b85ce 100644 --- a/tests/src/Interop/MarshalAPI/String/project.json +++ b/tests/src/Interop/MarshalAPI/String/project.json @@ -1,7 +1,12 @@ { - "dependencies": {}, + "dependencies": { + "test_runtime": { + "target": "project", + "exclude": "compile" + } + }, "frameworks": { - "dnxcore50": {} + "netcoreapp1.0": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json +++ b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/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": {}, diff --git a/tests/src/Interop/NativeCallable/project.json b/tests/src/Interop/NativeCallable/project.json index 62f3545a41..9b1e4b85ce 100644 --- a/tests/src/Interop/NativeCallable/project.json +++ b/tests/src/Interop/NativeCallable/project.json @@ -1,7 +1,12 @@ { - "dependencies": {}, + "dependencies": { + "test_runtime": { + "target": "project", + "exclude": "compile" + } + }, "frameworks": { - "dnxcore50": {} + "netcoreapp1.0": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/Bool/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": {}, diff --git a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/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": {}, diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json +++ b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/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": {}, diff --git a/tests/src/Interop/RefCharArray/project.json b/tests/src/Interop/RefCharArray/project.json index 025841ec29..373424221c 100755 --- a/tests/src/Interop/RefCharArray/project.json +++ b/tests/src/Interop/RefCharArray/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": {}, diff --git a/tests/src/Interop/RefInt/project.json b/tests/src/Interop/RefInt/project.json index 025841ec29..373424221c 100755 --- a/tests/src/Interop/RefInt/project.json +++ b/tests/src/Interop/RefInt/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": {}, diff --git a/tests/src/Interop/SimpleStruct/project.json b/tests/src/Interop/SimpleStruct/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/SimpleStruct/project.json +++ b/tests/src/Interop/SimpleStruct/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": {}, diff --git a/tests/src/Interop/SizeConst/project.json b/tests/src/Interop/SizeConst/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/SizeConst/project.json +++ b/tests/src/Interop/SizeConst/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": {}, diff --git a/tests/src/Interop/StringMarshalling/LPSTR/project.json b/tests/src/Interop/StringMarshalling/LPSTR/project.json index 025841ec29..373424221c 100755 --- a/tests/src/Interop/StringMarshalling/LPSTR/project.json +++ b/tests/src/Interop/StringMarshalling/LPSTR/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": {}, diff --git a/tests/src/Interop/StringMarshalling/LPTSTR/project.json b/tests/src/Interop/StringMarshalling/LPTSTR/project.json index 025841ec29..373424221c 100755 --- a/tests/src/Interop/StringMarshalling/LPTSTR/project.json +++ b/tests/src/Interop/StringMarshalling/LPTSTR/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": {}, diff --git a/tests/src/Interop/StringMarshalling/UTF8/project.json b/tests/src/Interop/StringMarshalling/UTF8/project.json index 62f3545a41..9b1e4b85ce 100644 --- a/tests/src/Interop/StringMarshalling/UTF8/project.json +++ b/tests/src/Interop/StringMarshalling/UTF8/project.json @@ -1,7 +1,12 @@ { - "dependencies": {}, + "dependencies": { + "test_runtime": { + "target": "project", + "exclude": "compile" + } + }, "frameworks": { - "dnxcore50": {} + "netcoreapp1.0": {} }, "runtimes": { "win7-x86": {}, diff --git a/tests/src/Interop/StructMarshalling/PInvoke/project.json b/tests/src/Interop/StructMarshalling/PInvoke/project.json index 025841ec29..373424221c 100644 --- a/tests/src/Interop/StructMarshalling/PInvoke/project.json +++ b/tests/src/Interop/StructMarshalling/PInvoke/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": {}, |