summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-03-09 16:45:07 -0600
committerDavis Goodin <dagood@microsoft.com>2016-03-10 09:21:00 -0600
commitbeb3728f9b9d1fe14bae36a08386004066a9ddaf (patch)
tree899f15f3233476de890086f78a39abbe7153a8fb /tests
parentc134e7cd3862101634ff0b67c0bed10780b52d11 (diff)
downloadcoreclr-beb3728f9b9d1fe14bae36a08386004066a9ddaf.tar.gz
coreclr-beb3728f9b9d1fe14bae36a08386004066a9ddaf.tar.bz2
coreclr-beb3728f9b9d1fe14bae36a08386004066a9ddaf.zip
Upgrade new test project.json files from merge.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/src/Interop/BestFitMapping/project.json3
-rwxr-xr-xtests/src/Interop/RefCharArray/project.json58
-rwxr-xr-xtests/src/Interop/RefInt/project.json58
-rwxr-xr-xtests/src/Interop/StringMarshalling/LPSTR/project.json58
-rwxr-xr-xtests/src/Interop/StringMarshalling/LPTSTR/project.json58
5 files changed, 122 insertions, 113 deletions
diff --git a/tests/src/Interop/BestFitMapping/project.json b/tests/src/Interop/BestFitMapping/project.json
index 91499d150a..7fb31a64ba 100755
--- a/tests/src/Interop/BestFitMapping/project.json
+++ b/tests/src/Interop/BestFitMapping/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10",
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
"System.Collections.Specialized": "4.0.1-rc2-23816",
@@ -31,4 +32,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/RefCharArray/project.json b/tests/src/Interop/RefCharArray/project.json
index 51514fcf96..a2e84dc340 100755
--- a/tests/src/Interop/RefCharArray/project.json
+++ b/tests/src/Interop/RefCharArray/project.json
@@ -1,33 +1,35 @@
-{
+{
"dependencies": {
- "System.Diagnostics.Process": "4.0.0-beta-23302",
- "System.IO": "4.0.10-beta-23302",
- "System.IO.FileSystem": "4.0.0-beta-23302",
- "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.Extensions": "4.0.10-beta-23302",
- "System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
- "System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
- "System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "Microsoft.NETCore.Platforms": "1.0.1-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.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",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.1.0-rc2-23816",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
+ "System.Runtime.Loader": "4.0.0-rc2-23816",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
+ "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+ "System.Xml.XDocument": "4.0.11-rc2-23816",
+ "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+ "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/RefInt/project.json b/tests/src/Interop/RefInt/project.json
index 51514fcf96..a2e84dc340 100755
--- a/tests/src/Interop/RefInt/project.json
+++ b/tests/src/Interop/RefInt/project.json
@@ -1,33 +1,35 @@
-{
+{
"dependencies": {
- "System.Diagnostics.Process": "4.0.0-beta-23302",
- "System.IO": "4.0.10-beta-23302",
- "System.IO.FileSystem": "4.0.0-beta-23302",
- "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.Extensions": "4.0.10-beta-23302",
- "System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
- "System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
- "System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "Microsoft.NETCore.Platforms": "1.0.1-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.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",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.1.0-rc2-23816",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
+ "System.Runtime.Loader": "4.0.0-rc2-23816",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
+ "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+ "System.Xml.XDocument": "4.0.11-rc2-23816",
+ "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+ "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/StringMarshalling/LPSTR/project.json b/tests/src/Interop/StringMarshalling/LPSTR/project.json
index 51514fcf96..a2e84dc340 100755
--- a/tests/src/Interop/StringMarshalling/LPSTR/project.json
+++ b/tests/src/Interop/StringMarshalling/LPSTR/project.json
@@ -1,33 +1,35 @@
-{
+{
"dependencies": {
- "System.Diagnostics.Process": "4.0.0-beta-23302",
- "System.IO": "4.0.10-beta-23302",
- "System.IO.FileSystem": "4.0.0-beta-23302",
- "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.Extensions": "4.0.10-beta-23302",
- "System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
- "System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
- "System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "Microsoft.NETCore.Platforms": "1.0.1-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.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",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.1.0-rc2-23816",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
+ "System.Runtime.Loader": "4.0.0-rc2-23816",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
+ "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+ "System.Xml.XDocument": "4.0.11-rc2-23816",
+ "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+ "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/StringMarshalling/LPTSTR/project.json b/tests/src/Interop/StringMarshalling/LPTSTR/project.json
index 51514fcf96..a2e84dc340 100755
--- a/tests/src/Interop/StringMarshalling/LPTSTR/project.json
+++ b/tests/src/Interop/StringMarshalling/LPTSTR/project.json
@@ -1,33 +1,35 @@
-{
+{
"dependencies": {
- "System.Diagnostics.Process": "4.0.0-beta-23302",
- "System.IO": "4.0.10-beta-23302",
- "System.IO.FileSystem": "4.0.0-beta-23302",
- "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.Extensions": "4.0.10-beta-23302",
- "System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
- "System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
- "System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "Microsoft.NETCore.Platforms": "1.0.1-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.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",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.1.0-rc2-23816",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.1.0-rc2-23816",
+ "System.Runtime.Loader": "4.0.0-rc2-23816",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Thread": "4.0.0-rc2-23816",
+ "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+ "System.Xml.XDocument": "4.0.11-rc2-23816",
+ "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+ "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}