Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-09-11 11:12:24 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-11 11:12:24 +0300
commitae7f1882d122ae773eaf5e0d507fe2df2139a0bf (patch)
tree59b624f67f2cba2a2d6fb20a9aa30067ad11ce11 /src/System.Private.Xml/tests
parent7600c07e9f2970567f3a44c5a6acdc1ab4338204 (diff)
Update CoreClr, CoreFx to beta-24511-02, beta-devapi-24511-01, respectively
Diffstat (limited to 'src/System.Private.Xml/tests')
-rw-r--r--src/System.Private.Xml/tests/Readers/CharCheckingReader/project.json16
-rw-r--r--src/System.Private.Xml/tests/Readers/CustomReader/project.json16
-rw-r--r--src/System.Private.Xml/tests/Readers/FactoryReader/project.json16
-rw-r--r--src/System.Private.Xml/tests/Readers/NameTable/project.json18
-rw-r--r--src/System.Private.Xml/tests/Readers/ReaderSettings/project.json22
-rw-r--r--src/System.Private.Xml/tests/Readers/SubtreeReader/project.json16
-rw-r--r--src/System.Private.Xml/tests/Readers/WrappedReader/project.json12
-rw-r--r--src/System.Private.Xml/tests/Writers/RwFactory/project.json28
-rw-r--r--src/System.Private.Xml/tests/Writers/XmlWriterApi/project.json28
-rw-r--r--src/System.Private.Xml/tests/XPath/XPathDocument/project.json26
-rw-r--r--src/System.Private.Xml/tests/XPath/XmlDocument/project.json32
-rw-r--r--src/System.Private.Xml/tests/XmlConvert/project.json16
-rw-r--r--src/System.Private.Xml/tests/XmlDocument/Performance/project.json16
-rw-r--r--src/System.Private.Xml/tests/XmlDocument/project.json18
-rw-r--r--src/System.Private.Xml/tests/XmlReader/ReadContentAs/project.json14
-rw-r--r--src/System.Private.Xml/tests/XmlReader/Tests/project.json22
-rw-r--r--src/System.Private.Xml/tests/XmlReader/XmlResolver/project.json20
-rw-r--r--src/System.Private.Xml/tests/XmlReaderLib/project.json22
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json20
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/project.json20
-rw-r--r--src/System.Private.Xml/tests/XmlSerializer/Performance/ContractReferences/project.json34
-rw-r--r--src/System.Private.Xml/tests/XmlSerializer/Performance/project.json36
-rw-r--r--src/System.Private.Xml/tests/XmlSerializer/project.json46
-rw-r--r--src/System.Private.Xml/tests/XmlWriter/project.json22
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/project.json36
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/project.json34
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json34
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltScenarios/project.json28
28 files changed, 334 insertions, 334 deletions
diff --git a/src/System.Private.Xml/tests/Readers/CharCheckingReader/project.json b/src/System.Private.Xml/tests/Readers/CharCheckingReader/project.json
index 06f3a5a074..d59b8a98b4 100644
--- a/src/System.Private.Xml/tests/Readers/CharCheckingReader/project.json
+++ b/src/System.Private.Xml/tests/Readers/CharCheckingReader/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/CustomReader/project.json b/src/System.Private.Xml/tests/Readers/CustomReader/project.json
index 06f3a5a074..d59b8a98b4 100644
--- a/src/System.Private.Xml/tests/Readers/CustomReader/project.json
+++ b/src/System.Private.Xml/tests/Readers/CustomReader/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/FactoryReader/project.json b/src/System.Private.Xml/tests/Readers/FactoryReader/project.json
index 06f3a5a074..d59b8a98b4 100644
--- a/src/System.Private.Xml/tests/Readers/FactoryReader/project.json
+++ b/src/System.Private.Xml/tests/Readers/FactoryReader/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/NameTable/project.json b/src/System.Private.Xml/tests/Readers/NameTable/project.json
index 40be5cd6e2..21f9344cd3 100644
--- a/src/System.Private.Xml/tests/Readers/NameTable/project.json
+++ b/src/System.Private.Xml/tests/Readers/NameTable/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/ReaderSettings/project.json b/src/System.Private.Xml/tests/Readers/ReaderSettings/project.json
index 6132aec280..42a897eb84 100644
--- a/src/System.Private.Xml/tests/Readers/ReaderSettings/project.json
+++ b/src/System.Private.Xml/tests/Readers/ReaderSettings/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/SubtreeReader/project.json b/src/System.Private.Xml/tests/Readers/SubtreeReader/project.json
index 06f3a5a074..d59b8a98b4 100644
--- a/src/System.Private.Xml/tests/Readers/SubtreeReader/project.json
+++ b/src/System.Private.Xml/tests/Readers/SubtreeReader/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Readers/WrappedReader/project.json b/src/System.Private.Xml/tests/Readers/WrappedReader/project.json
index 3f3b36ef34..6e00fbc315 100644
--- a/src/System.Private.Xml/tests/Readers/WrappedReader/project.json
+++ b/src/System.Private.Xml/tests/Readers/WrappedReader/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Writers/RwFactory/project.json b/src/System.Private.Xml/tests/Writers/RwFactory/project.json
index ce347d4f97..98cb6469ed 100644
--- a/src/System.Private.Xml/tests/Writers/RwFactory/project.json
+++ b/src/System.Private.Xml/tests/Writers/RwFactory/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Console": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XDocument": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Console": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XDocument": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Writers/XmlWriterApi/project.json b/src/System.Private.Xml/tests/Writers/XmlWriterApi/project.json
index 590c0146d2..da3f86cc47 100644
--- a/src/System.Private.Xml/tests/Writers/XmlWriterApi/project.json
+++ b/src/System.Private.Xml/tests/Writers/XmlWriterApi/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Console": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Console": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XPath/XPathDocument/project.json b/src/System.Private.Xml/tests/XPath/XPathDocument/project.json
index f24b0fefc8..7f03e75dd9 100644
--- a/src/System.Private.Xml/tests/XPath/XPathDocument/project.json
+++ b/src/System.Private.Xml/tests/XPath/XPathDocument/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XPath/XmlDocument/project.json b/src/System.Private.Xml/tests/XPath/XmlDocument/project.json
index 93d6f6e438..c55f466370 100644
--- a/src/System.Private.Xml/tests/XPath/XmlDocument/project.json
+++ b/src/System.Private.Xml/tests/XPath/XmlDocument/project.json
@@ -1,21 +1,21 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XmlDocument": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XPath": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XPath.XmlDocument": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XmlDocument": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XPath": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XPath.XmlDocument": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlConvert/project.json b/src/System.Private.Xml/tests/XmlConvert/project.json
index 7359308910..5992c182f1 100644
--- a/src/System.Private.Xml/tests/XmlConvert/project.json
+++ b/src/System.Private.Xml/tests/XmlConvert/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlDocument/Performance/project.json b/src/System.Private.Xml/tests/XmlDocument/Performance/project.json
index c7028600cf..0f6d029d07 100644
--- a/src/System.Private.Xml/tests/XmlDocument/Performance/project.json
+++ b/src/System.Private.Xml/tests/XmlDocument/Performance/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XmlDocument": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XmlDocument": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlDocument/project.json b/src/System.Private.Xml/tests/XmlDocument/project.json
index ee1a5edab7..c689622e0e 100644
--- a/src/System.Private.Xml/tests/XmlDocument/project.json
+++ b/src/System.Private.Xml/tests/XmlDocument/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0037",
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "Microsoft.Win32.Registry": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XmlDocument": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "Microsoft.Win32.Registry": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XmlDocument": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlReader/ReadContentAs/project.json b/src/System.Private.Xml/tests/XmlReader/ReadContentAs/project.json
index 3041a81b68..2b1770efc9 100644
--- a/src/System.Private.Xml/tests/XmlReader/ReadContentAs/project.json
+++ b/src/System.Private.Xml/tests/XmlReader/ReadContentAs/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlReader/Tests/project.json b/src/System.Private.Xml/tests/XmlReader/Tests/project.json
index c6980d9b96..a3ddb5382d 100644
--- a/src/System.Private.Xml/tests/XmlReader/Tests/project.json
+++ b/src/System.Private.Xml/tests/XmlReader/Tests/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlReader/XmlResolver/project.json b/src/System.Private.Xml/tests/XmlReader/XmlResolver/project.json
index c2fcc1cb29..87ed9f2169 100644
--- a/src/System.Private.Xml/tests/XmlReader/XmlResolver/project.json
+++ b/src/System.Private.Xml/tests/XmlReader/XmlResolver/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlReaderLib/project.json b/src/System.Private.Xml/tests/XmlReaderLib/project.json
index 26320b7154..1948ed16a1 100644
--- a/src/System.Private.Xml/tests/XmlReaderLib/project.json
+++ b/src/System.Private.Xml/tests/XmlReaderLib/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Debug": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
index ab9a0f5537..18678e663d 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/project.json b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/project.json
index 5aa63ac56c..00d744b5f0 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/project.json
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlSerializer/Performance/ContractReferences/project.json b/src/System.Private.Xml/tests/XmlSerializer/Performance/ContractReferences/project.json
index 980dc85cee..b9edf432be 100644
--- a/src/System.Private.Xml/tests/XmlSerializer/Performance/ContractReferences/project.json
+++ b/src/System.Private.Xml/tests/XmlSerializer/Performance/ContractReferences/project.json
@@ -1,22 +1,22 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Debug": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Tools": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Json": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Xml": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Tools": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Json": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Xml": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlSerializer/Performance/project.json b/src/System.Private.Xml/tests/XmlSerializer/Performance/project.json
index 7ca425eaf1..370e0e801d 100644
--- a/src/System.Private.Xml/tests/XmlSerializer/Performance/project.json
+++ b/src/System.Private.Xml/tests/XmlSerializer/Performance/project.json
@@ -1,24 +1,24 @@
{
"dependencies": {
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0037",
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Debug": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Tools": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Json": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Xml": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Tools": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Json": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Xml": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlSerializer/project.json b/src/System.Private.Xml/tests/XmlSerializer/project.json
index c0bddc33e4..c7763f3d3d 100644
--- a/src/System.Private.Xml/tests/XmlSerializer/project.json
+++ b/src/System.Private.Xml/tests/XmlSerializer/project.json
@@ -1,29 +1,29 @@
{
"dependencies": {
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0037",
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.Data.Common": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Debug": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Tools": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.TraceSource": "4.3.0-beta-devapi-24510-01",
- "System.Globalization": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XmlSerializer": "4.3.0-beta-devapi-24510-01",
- "System.Xml.XmlDocument": "4.3.0-beta-devapi-24510-01",
- "System.Private.DataContractSerialization": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24510-01",
- "Microsoft.Win32.Registry": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.Data.Common": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Tools": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.TraceSource": "4.3.0-beta-devapi-24511-01",
+ "System.Globalization": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XmlSerializer": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.XmlDocument": "4.3.0-beta-devapi-24511-01",
+ "System.Private.DataContractSerialization": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24511-01",
+ "Microsoft.Win32.Registry": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/XmlWriter/project.json b/src/System.Private.Xml/tests/XmlWriter/project.json
index c166dd8622..5cce9d9280 100644
--- a/src/System.Private.Xml/tests/XmlWriter/project.json
+++ b/src/System.Private.Xml/tests/XmlWriter/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.AppContext": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
- "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.AppContext": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
+ "System.Xml.ReaderWriter": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/project.json b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/project.json
index cd9e1d81ae..431b31feac 100644
--- a/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/project.json
@@ -1,23 +1,23 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.Dynamic.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Reflection.Emit": "4.3.0-beta-devapi-24510-01",
- "System.Reflection.Emit.Lightweight": "4.3.0-beta-devapi-24510-01",
- "System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24510-01",
- "System.Resources.Reader": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Loader": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24510-01",
- "System.Text.Encoding.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Thread": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.Dynamic.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection.Emit": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection.Emit.Lightweight": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24511-01",
+ "System.Resources.Reader": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Loader": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.CodePages": "4.3.0-beta-devapi-24511-01",
+ "System.Text.Encoding.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Thread": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/project.json b/src/System.Private.Xml/tests/Xslt/XslTransformApi/project.json
index a760b24145..e44bbe1682 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/project.json
@@ -1,22 +1,22 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Resources.Reader": "4.3.0-beta-devapi-24510-01",
- "System.Reflection": "4.3.0-beta-devapi-24510-01",
- "System.Reflection.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Thread": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Resources.Reader": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Reflection.TypeExtensions": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Thread": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
index b82dfa0d62..8c6c1a623d 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
@@ -1,22 +1,22 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.Diagnostics.Process": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Resources.Reader": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Loader": "4.3.0-beta-devapi-24510-01",
- "System.Threading": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Thread": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.Diagnostics.Process": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Resources.Reader": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Loader": "4.3.0-beta-devapi-24511-01",
+ "System.Threading": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Thread": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.Private.Xml/tests/Xslt/XsltScenarios/project.json b/src/System.Private.Xml/tests/Xslt/XsltScenarios/project.json
index d5105997b5..afe9b01980 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltScenarios/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XsltScenarios/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24510-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24510-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24510-01",
- "System.IO": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24510-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24510-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24510-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24510-01",
- "System.Resources.Reader": "4.3.0-beta-devapi-24510-01",
- "System.Runtime": "4.3.0-beta-devapi-24510-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24510-01",
- "System.Threading": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Thread": "4.3.0-beta-devapi-24510-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24510-01",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.NonGeneric": "4.3.0-beta-devapi-24511-01",
+ "System.Collections.Specialized": "4.3.0-beta-devapi-24511-01",
+ "System.IO": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem": "4.3.0-beta-devapi-24511-01",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24511-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24511-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24511-01",
+ "System.Resources.Reader": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime": "4.3.0-beta-devapi-24511-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24511-01",
+ "System.Threading": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Thread": "4.3.0-beta-devapi-24511-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24511-01",
"test-runtime": {
"target": "project",
"exclude": "compile"