From: dotnet-bot Date: Mon, 18 Jul 2016 07:40:24 +0000 (+0000) Subject: Updating CoreFx dependencies to beta-24318-02 X-Git-Tag: submit/tizen/20210909.063632~11031^2~11722^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e601eb756945cb397c9bea5ce94399faf522d180;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Updating CoreFx dependencies to beta-24318-02 Commit migrated from https://github.com/dotnet/corefx/commit/f2b5d09daf664fad4301e275bc5b5815691a8496 --- diff --git a/src/libraries/Common/net46-test-runtime/project.json b/src/libraries/Common/net46-test-runtime/project.json index 20088f0..3cb6914 100644 --- a/src/libraries/Common/net46-test-runtime/project.json +++ b/src/libraries/Common/net46-test-runtime/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "System.IO.Compression": "4.1.2-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", + "System.IO.Compression": "4.1.2-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", "coveralls.io": "1.4", "OpenCover": "4.6.519", "ReportGenerator": "2.4.3", diff --git a/src/libraries/Common/test-runtime/project.json b/src/libraries/Common/test-runtime/project.json index c7dca0b..655794d 100644 --- a/src/libraries/Common/test-runtime/project.json +++ b/src/libraries/Common/test-runtime/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.NETCore.Targets": "1.0.3-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.NETCore.Targets": "1.0.3-beta-24318-02", "Microsoft.NETCore.TestHost": "1.0.0-rc4-24131-00", "Microsoft.NETCore.Runtime.CoreCLR": "1.0.4-beta-24314-02", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.IO.Compression": "4.1.2-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Linq.Parallel": "4.0.2-beta-24317-01", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.IO.Compression": "4.1.2-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Linq.Parallel": "4.0.2-beta-24318-02", "coveralls.io": "1.4", "OpenCover": "4.6.519", "ReportGenerator": "2.4.3", @@ -23,7 +23,7 @@ "uap10.0": { "dependencies": { "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1-beta-000547-00", - "System.Console": "4.0.1-beta-24317-01", + "System.Console": "4.0.1-beta-24318-02", "microsoft.xunit.runner.uwp": "1.0.3-prerelease-00614-01", "Microsoft.DotNet.TestILC": { "version": "1.4.24208-prerelease", diff --git a/src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json b/src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json index 019c501..ff1a3b6 100644 --- a/src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json +++ b/src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "System.Runtime": "4.1.1-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01" + "System.Runtime": "4.1.1-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/Common/tests/System/Xml/BaseLibManaged/project.json b/src/libraries/Common/tests/System/Xml/BaseLibManaged/project.json index c48a839..1d4b655 100644 --- a/src/libraries/Common/tests/System/Xml/BaseLibManaged/project.json +++ b/src/libraries/Common/tests/System/Xml/BaseLibManaged/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01" + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02" }, "frameworks": { "netstandard1.0": {} diff --git a/src/libraries/Common/tests/System/Xml/ModuleCore/project.json b/src/libraries/Common/tests/System/Xml/ModuleCore/project.json index d38cc54..56ce85b 100644 --- a/src/libraries/Common/tests/System/Xml/ModuleCore/project.json +++ b/src/libraries/Common/tests/System/Xml/ModuleCore/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01" + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/Common/tests/System/Xml/XmlCoreTest/project.json b/src/libraries/Common/tests/System/Xml/XmlCoreTest/project.json index 6ad8381..6fa2c63 100644 --- a/src/libraries/Common/tests/System/Xml/XmlCoreTest/project.json +++ b/src/libraries/Common/tests/System/Xml/XmlCoreTest/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01" + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/Common/tests/System/Xml/XmlDiff/project.json b/src/libraries/Common/tests/System/Xml/XmlDiff/project.json index 16a5ed5..8514d79 100644 --- a/src/libraries/Common/tests/System/Xml/XmlDiff/project.json +++ b/src/libraries/Common/tests/System/Xml/XmlDiff/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01" + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/Common/tests/project.json b/src/libraries/Common/tests/project.json index 5da248e..d5ab0eb 100644 --- a/src/libraries/Common/tests/project.json +++ b/src/libraries/Common/tests/project.json @@ -1,26 +1,26 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/Microsoft.CSharp/tests/project.json b/src/libraries/Microsoft.CSharp/tests/project.json index b05e0cf..fa270c6 100644 --- a/src/libraries/Microsoft.CSharp/tests/project.json +++ b/src/libraries/Microsoft.CSharp/tests/project.json @@ -1,25 +1,25 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/Microsoft.VisualBasic/tests/project.json b/src/libraries/Microsoft.VisualBasic/tests/project.json index b23a467..87ca3a5 100644 --- a/src/libraries/Microsoft.VisualBasic/tests/project.json +++ b/src/libraries/Microsoft.VisualBasic/tests/project.json @@ -1,27 +1,27 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/Microsoft.Win32.Primitives/tests/project.json b/src/libraries/Microsoft.Win32.Primitives/tests/project.json index 17524d8..3e5c7e4 100644 --- a/src/libraries/Microsoft.Win32.Primitives/tests/project.json +++ b/src/libraries/Microsoft.Win32.Primitives/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/project.json b/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/project.json index c1b7f49..9223dcb 100644 --- a/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/project.json +++ b/src/libraries/Microsoft.Win32.Registry.AccessControl/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Registry": "4.0.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Security.AccessControl": "4.0.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Registry": "4.0.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Security.AccessControl": "4.0.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/Microsoft.Win32.Registry/tests/project.json b/src/libraries/Microsoft.Win32.Registry/tests/project.json index b79d5cd..aba43f2 100644 --- a/src/libraries/Microsoft.Win32.Registry/tests/project.json +++ b/src/libraries/Microsoft.Win32.Registry/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Registry": "4.0.1-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Registry": "4.0.1-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.AppContext/tests/project.json b/src/libraries/System.AppContext/tests/project.json index 09e9a2c..1acd183 100644 --- a/src/libraries/System.AppContext/tests/project.json +++ b/src/libraries/System.AppContext/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.AppContext": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.AppContext": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Buffers/tests/project.json b/src/libraries/System.Buffers/tests/project.json index 36611e2..d338f32 100644 --- a/src/libraries/System.Buffers/tests/project.json +++ b/src/libraries/System.Buffers/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Collections.Concurrent/tests/project.json b/src/libraries/System.Collections.Concurrent/tests/project.json index bd51f5c..ab9d343 100644 --- a/src/libraries/System.Collections.Concurrent/tests/project.json +++ b/src/libraries/System.Collections.Concurrent/tests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Collections.Immutable/tests/project.json b/src/libraries/System.Collections.Immutable/tests/project.json index 296af13..69d7d64 100644 --- a/src/libraries/System.Collections.Immutable/tests/project.json +++ b/src/libraries/System.Collections.Immutable/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Emit.Lightweight": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Emit.Lightweight": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Collections.NonGeneric/tests/project.json b/src/libraries/System.Collections.NonGeneric/tests/project.json index 79cc654..56e7632 100644 --- a/src/libraries/System.Collections.NonGeneric/tests/project.json +++ b/src/libraries/System.Collections.NonGeneric/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Collections.Specialized/tests/project.json b/src/libraries/System.Collections.Specialized/tests/project.json index bbd5a48..b740e86 100644 --- a/src/libraries/System.Collections.Specialized/tests/project.json +++ b/src/libraries/System.Collections.Specialized/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Collections.Specialized": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Collections.Specialized": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Collections/tests/project.json b/src/libraries/System.Collections/tests/project.json index 39599ec..9f9860c 100644 --- a/src/libraries/System.Collections/tests/project.json +++ b/src/libraries/System.Collections/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ComponentModel.Annotations/tests/project.json b/src/libraries/System.ComponentModel.Annotations/tests/project.json index 7644098..4e03902 100644 --- a/src/libraries/System.ComponentModel.Annotations/tests/project.json +++ b/src/libraries/System.ComponentModel.Annotations/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.ComponentModel": "4.0.2-beta-24317-01", - "System.ComponentModel.Annotations": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.ComponentModel": "4.0.2-beta-24318-02", + "System.ComponentModel.Annotations": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ComponentModel.EventBasedAsync/tests/project.json b/src/libraries/System.ComponentModel.EventBasedAsync/tests/project.json index 802f75c..b009138 100644 --- a/src/libraries/System.ComponentModel.EventBasedAsync/tests/project.json +++ b/src/libraries/System.ComponentModel.EventBasedAsync/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ComponentModel.Primitives/tests/project.json b/src/libraries/System.ComponentModel.Primitives/tests/project.json index 9ddd939..6d6e52b 100644 --- a/src/libraries/System.ComponentModel.Primitives/tests/project.json +++ b/src/libraries/System.ComponentModel.Primitives/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.ComponentModel": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.ComponentModel": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/project.json b/src/libraries/System.ComponentModel.TypeConverter/tests/project.json index c1ec979..cd08b0b 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/project.json +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.ComponentModel.TypeConverter": "4.1.1-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Collections.Specialized": "4.0.2-beta-24317-01", - "System.ComponentModel.Primitives": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.ComponentModel.TypeConverter": "4.1.1-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Collections.Specialized": "4.0.2-beta-24318-02", + "System.ComponentModel.Primitives": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ComponentModel/tests/project.json b/src/libraries/System.ComponentModel/tests/project.json index 5759448..2a2a14c 100644 --- a/src/libraries/System.ComponentModel/tests/project.json +++ b/src/libraries/System.ComponentModel/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Composition.Convention/tests/project.json b/src/libraries/System.Composition.Convention/tests/project.json index ca7690a..b4f4f9f 100644 --- a/src/libraries/System.Composition.Convention/tests/project.json +++ b/src/libraries/System.Composition.Convention/tests/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Composition/tests/project.json b/src/libraries/System.Composition/tests/project.json index ca7690a..b4f4f9f 100644 --- a/src/libraries/System.Composition/tests/project.json +++ b/src/libraries/System.Composition/tests/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Console/tests/project.json b/src/libraries/System.Console/tests/project.json index b18a3b8..9e4f7a4 100644 --- a/src/libraries/System.Console/tests/project.json +++ b/src/libraries/System.Console/tests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Data.Common/tests/project.json b/src/libraries/System.Data.Common/tests/project.json index d572637..5bed354 100644 --- a/src/libraries/System.Data.Common/tests/project.json +++ b/src/libraries/System.Data.Common/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json index 1497bf9..f83d2ae 100644 --- a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json +++ b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Data.Common": "4.1.1-beta-24317-01", - "System.Data.SqlClient": "4.1.1-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Data.Common": "4.1.1-beta-24318-02", + "System.Data.SqlClient": "4.1.1-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Data.SqlClient/tests/ManualTests/project.json b/src/libraries/System.Data.SqlClient/tests/ManualTests/project.json index bac537e..c1881d9 100644 --- a/src/libraries/System.Data.SqlClient/tests/ManualTests/project.json +++ b/src/libraries/System.Data.SqlClient/tests/ManualTests/project.json @@ -1,53 +1,53 @@ { "dependencies": { - "NETStandard.Library": "1.6.1-beta-24317-01", - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", + "NETStandard.Library": "1.6.1-beta-24318-02", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", "runtime.native.System.Data.SqlClient.sni": "4.0.2-beta-24217-04", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.ComponentModel": "4.0.2-beta-24317-01", - "System.ComponentModel.TypeConverter": "4.1.1-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Data.Common": "4.1.1-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.TextWriterTraceListener": "4.0.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Diagnostics.TraceSource": "4.0.1-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.Pipes": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Net.NameResolution": "4.0.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.Serialization.Primitives": "4.2.0-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", - "System.Threading.ThreadPool": "4.0.11-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.ComponentModel": "4.0.2-beta-24318-02", + "System.ComponentModel.TypeConverter": "4.1.1-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Data.Common": "4.1.1-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.TextWriterTraceListener": "4.0.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Diagnostics.TraceSource": "4.0.1-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.Pipes": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Net.NameResolution": "4.0.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.Serialization.Primitives": "4.2.0-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", + "System.Threading.ThreadPool": "4.0.11-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Contracts/tests/project.json b/src/libraries/System.Diagnostics.Contracts/tests/project.json index 95fae4f..7cfe325 100644 --- a/src/libraries/System.Diagnostics.Contracts/tests/project.json +++ b/src/libraries/System.Diagnostics.Contracts/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Debug.SymbolReader/src/project.json b/src/libraries/System.Diagnostics.Debug.SymbolReader/src/project.json index 64df221..1cb9de3 100644 --- a/src/libraries/System.Diagnostics.Debug.SymbolReader/src/project.json +++ b/src/libraries/System.Diagnostics.Debug.SymbolReader/src/project.json @@ -3,9 +3,9 @@ "netstandard1.3": { "dependencies": { "Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24314-02", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Reflection.Metadata": "1.4.1-beta-24317-01", - "System.Collections.Immutable": "1.2.1-beta-24317-01" + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Reflection.Metadata": "1.4.1-beta-24318-02", + "System.Collections.Immutable": "1.2.1-beta-24318-02" }, "imports": [ "dotnet5.4" diff --git a/src/libraries/System.Diagnostics.Debug/tests/project.json b/src/libraries/System.Diagnostics.Debug/tests/project.json index 42af5ac..b9040c6 100644 --- a/src/libraries/System.Diagnostics.Debug/tests/project.json +++ b/src/libraries/System.Diagnostics.Debug/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24314-02", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/tests/project.json b/src/libraries/System.Diagnostics.DiagnosticSource/tests/project.json index 542878c..3ebab02 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/tests/project.json +++ b/src/libraries/System.Diagnostics.DiagnosticSource/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json index 0a517b9..a77b35f 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.TestAssembly/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.Runtime": "4.1.1-beta-24317-01" + "System.Runtime": "4.1.1-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/project.json b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/project.json index b62d951..37715eb 100644 --- a/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/project.json +++ b/src/libraries/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.FileVersionInfo": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.FileVersionInfo": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Process/tests/project.json b/src/libraries/System.Diagnostics.Process/tests/project.json index e9eb985..60d9723 100644 --- a/src/libraries/System.Diagnostics.Process/tests/project.json +++ b/src/libraries/System.Diagnostics.Process/tests/project.json @@ -1,28 +1,28 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "Microsoft.Win32.Registry": "4.0.1-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "Microsoft.Win32.Registry": "4.0.1-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/project.json b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/project.json index 02f1a64..78a15b9 100644 --- a/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/project.json +++ b/src/libraries/System.Diagnostics.TextWriterTraceListener/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.TraceSource": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.TraceSource": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Tools/tests/project.json b/src/libraries/System.Diagnostics.Tools/tests/project.json index fae1f6c..555dd2c3 100644 --- a/src/libraries/System.Diagnostics.Tools/tests/project.json +++ b/src/libraries/System.Diagnostics.Tools/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.TraceSource/tests/project.json b/src/libraries/System.Diagnostics.TraceSource/tests/project.json index b9e9c09..c83d48b 100644 --- a/src/libraries/System.Diagnostics.TraceSource/tests/project.json +++ b/src/libraries/System.Diagnostics.TraceSource/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/project.json b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/project.json index 6d351e8..5242434 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/project.json +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Globalization.Calendars": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Globalization.Calendars": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Diagnostics.Tracing/tests/project.json b/src/libraries/System.Diagnostics.Tracing/tests/project.json index 1e0ee6f..642ea0c 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/project.json +++ b/src/libraries/System.Diagnostics.Tracing/tests/project.json @@ -1,21 +1,21 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Drawing.Primitives/tests/project.json b/src/libraries/System.Drawing.Primitives/tests/project.json index 78db047..ad90b8c 100644 --- a/src/libraries/System.Drawing.Primitives/tests/project.json +++ b/src/libraries/System.Drawing.Primitives/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Dynamic.Runtime/tests/project.json b/src/libraries/System.Dynamic.Runtime/tests/project.json index 8c6d3be..ff81426 100644 --- a/src/libraries/System.Dynamic.Runtime/tests/project.json +++ b/src/libraries/System.Dynamic.Runtime/tests/project.json @@ -1,23 +1,23 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Globalization.Calendars/tests/project.json b/src/libraries/System.Globalization.Calendars/tests/project.json index 7e8291a..92cd790 100644 --- a/src/libraries/System.Globalization.Calendars/tests/project.json +++ b/src/libraries/System.Globalization.Calendars/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Globalization.Calendars": "4.0.2-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Globalization.Calendars": "4.0.2-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00508-01", "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02", "test-runtime": { diff --git a/src/libraries/System.Globalization.Extensions/tests/project.json b/src/libraries/System.Globalization.Extensions/tests/project.json index 1b7b31f..df5e43a 100644 --- a/src/libraries/System.Globalization.Extensions/tests/project.json +++ b/src/libraries/System.Globalization.Extensions/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization.Extensions": "4.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization.Extensions": "4.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00508-01", "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02", "test-runtime": { diff --git a/src/libraries/System.Globalization/tests/project.json b/src/libraries/System.Globalization/tests/project.json index 895a700..02db0ef 100644 --- a/src/libraries/System.Globalization/tests/project.json +++ b/src/libraries/System.Globalization/tests/project.json @@ -3,18 +3,18 @@ "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00508-01", "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02", "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0037", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Globalization.Calendars": "4.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Globalization.Calendars": "4.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.Compression.ZipFile/tests/project.json b/src/libraries/System.IO.Compression.ZipFile/tests/project.json index 04361ed..9de5904 100644 --- a/src/libraries/System.IO.Compression.ZipFile/tests/project.json +++ b/src/libraries/System.IO.Compression.ZipFile/tests/project.json @@ -1,24 +1,24 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Buffers": "4.0.1-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.Compression": "4.1.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Buffers": "4.0.1-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.Compression": "4.1.2-beta-24318-02", "System.IO.Compression.TestData": "1.0.1-prerelease", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.Compression/tests/project.json b/src/libraries/System.IO.Compression/tests/project.json index 078912e..99c4a53 100644 --- a/src/libraries/System.IO.Compression/tests/project.json +++ b/src/libraries/System.IO.Compression/tests/project.json @@ -1,22 +1,22 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", "System.IO.Compression.TestData": "1.0.3-prerelease", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.FileSystem.AccessControl/tests/project.json b/src/libraries/System.IO.FileSystem.AccessControl/tests/project.json index f6c114c..d19b2b1 100644 --- a/src/libraries/System.IO.FileSystem.AccessControl/tests/project.json +++ b/src/libraries/System.IO.FileSystem.AccessControl/tests/project.json @@ -1,23 +1,23 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Security.AccessControl": "4.0.1-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Security.AccessControl": "4.0.1-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.FileSystem.DriveInfo/tests/project.json b/src/libraries/System.IO.FileSystem.DriveInfo/tests/project.json index dade513..c844b58 100644 --- a/src/libraries/System.IO.FileSystem.DriveInfo/tests/project.json +++ b/src/libraries/System.IO.FileSystem.DriveInfo/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.FileSystem.Primitives/tests/project.json b/src/libraries/System.IO.FileSystem.Primitives/tests/project.json index 5759448..2a2a14c 100644 --- a/src/libraries/System.IO.FileSystem.Primitives/tests/project.json +++ b/src/libraries/System.IO.FileSystem.Primitives/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/project.json b/src/libraries/System.IO.FileSystem.Watcher/tests/project.json index 39f3c92..6ea15d4 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/project.json +++ b/src/libraries/System.IO.FileSystem.Watcher/tests/project.json @@ -1,21 +1,21 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.FileSystem/tests/project.json b/src/libraries/System.IO.FileSystem/tests/project.json index 6e5fd4a..4d46ac7 100644 --- a/src/libraries/System.IO.FileSystem/tests/project.json +++ b/src/libraries/System.IO.FileSystem/tests/project.json @@ -1,26 +1,26 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.IO.Pipes": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.IO.Pipes": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.MemoryMappedFiles/tests/project.json b/src/libraries/System.IO.MemoryMappedFiles/tests/project.json index 620ed0a..49e74d8 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/tests/project.json +++ b/src/libraries/System.IO.MemoryMappedFiles/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.IO.UnmanagedMemoryStream": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.IO.UnmanagedMemoryStream": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.Packaging/tests/project.json b/src/libraries/System.IO.Packaging/tests/project.json index a15beba..6ea2dc6 100644 --- a/src/libraries/System.IO.Packaging/tests/project.json +++ b/src/libraries/System.IO.Packaging/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", "System.IO.Packaging.TestData": "1.0.0-prerelease", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.Pipes.AccessControl/tests/project.json b/src/libraries/System.IO.Pipes.AccessControl/tests/project.json index 2776ec9..293f57b 100644 --- a/src/libraries/System.IO.Pipes.AccessControl/tests/project.json +++ b/src/libraries/System.IO.Pipes.AccessControl/tests/project.json @@ -1,28 +1,28 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.IO.Pipes": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Security.AccessControl": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.IO.Pipes": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Security.AccessControl": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.Pipes/tests/project.json b/src/libraries/System.IO.Pipes/tests/project.json index 64f45d7..00e53a2 100644 --- a/src/libraries/System.IO.Pipes/tests/project.json +++ b/src/libraries/System.IO.Pipes/tests/project.json @@ -1,21 +1,21 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Overlapped": "4.0.2-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Overlapped": "4.0.2-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO.UnmanagedMemoryStream/tests/project.json b/src/libraries/System.IO.UnmanagedMemoryStream/tests/project.json index f26bc1c..11efdf3 100644 --- a/src/libraries/System.IO.UnmanagedMemoryStream/tests/project.json +++ b/src/libraries/System.IO.UnmanagedMemoryStream/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.IO/tests/project.json b/src/libraries/System.IO/tests/project.json index a57e6cb..5e84888 100644 --- a/src/libraries/System.IO/tests/project.json +++ b/src/libraries/System.IO/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Linq.Expressions/tests/project.json b/src/libraries/System.Linq.Expressions/tests/project.json index d77ec85..5fdc96d 100644 --- a/src/libraries/System.Linq.Expressions/tests/project.json +++ b/src/libraries/System.Linq.Expressions/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Linq.Queryable": "4.0.2-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Linq.Queryable": "4.0.2-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Linq.Parallel/tests/project.json b/src/libraries/System.Linq.Parallel/tests/project.json index ee7dea6..f533ebb 100644 --- a/src/libraries/System.Linq.Parallel/tests/project.json +++ b/src/libraries/System.Linq.Parallel/tests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Collections.Immutable": "1.2.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Collections.Immutable": "1.2.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Linq.Queryable/tests/project.json b/src/libraries/System.Linq.Queryable/tests/project.json index 802b709..267ac93 100644 --- a/src/libraries/System.Linq.Queryable/tests/project.json +++ b/src/libraries/System.Linq.Queryable/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Linq/tests/project.json b/src/libraries/System.Linq/tests/project.json index 544ac0b..1be543d 100644 --- a/src/libraries/System.Linq/tests/project.json +++ b/src/libraries/System.Linq/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Linq.Queryable": "4.0.2-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Linq.Queryable": "4.0.2-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json index 77d653c..005977f 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24317-01", - "System.IO.Compression": "4.1.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Http": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24318-02", + "System.IO.Compression": "4.1.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Http": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json index 0cce40e..0029f17 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json @@ -1,25 +1,25 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.Compression": "4.1.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Http": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.Compression": "4.1.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Http": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/unix/project.json b/src/libraries/System.Net.Http/tests/FunctionalTests/unix/project.json index e1528fe..12d8373 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/unix/project.json +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/unix/project.json @@ -1,25 +1,25 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.NetworkInformation": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.NetworkInformation": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/win/project.json b/src/libraries/System.Net.Http/tests/FunctionalTests/win/project.json index 8885e2d..0405691 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/win/project.json +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/win/project.json @@ -1,26 +1,26 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.NetworkInformation": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.DiagnosticSource": "4.0.1-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.NetworkInformation": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Http/tests/UnitTests/project.json b/src/libraries/System.Net.Http/tests/UnitTests/project.json index 084f59f..ebbb535 100644 --- a/src/libraries/System.Net.Http/tests/UnitTests/project.json +++ b/src/libraries/System.Net.Http/tests/UnitTests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/project.json b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/project.json index 4747360..58561f9 100644 --- a/src/libraries/System.Net.NameResolution/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.NameResolution/tests/FunctionalTests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.NameResolution": "4.0.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.NameResolution": "4.0.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.NameResolution/tests/PalTests/project.json b/src/libraries/System.Net.NameResolution/tests/PalTests/project.json index c1b1d1c..f3b40ff 100644 --- a/src/libraries/System.Net.NameResolution/tests/PalTests/project.json +++ b/src/libraries/System.Net.NameResolution/tests/PalTests/project.json @@ -1,29 +1,29 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.ComponentModel.EventBasedAsync": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Security.Claims": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.ComponentModel.EventBasedAsync": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Security.Claims": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/project.json b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/project.json index 01f518e..1b4f947 100644 --- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.NetworkInformation/tests/UnitTests/project.json b/src/libraries/System.Net.NetworkInformation/tests/UnitTests/project.json index 8d1fd9b..db74ead 100644 --- a/src/libraries/System.Net.NetworkInformation/tests/UnitTests/project.json +++ b/src/libraries/System.Net.NetworkInformation/tests/UnitTests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Ping/tests/FunctionalTests/project.json b/src/libraries/System.Net.Ping/tests/FunctionalTests/project.json index d32ddc0..9d1bd46 100644 --- a/src/libraries/System.Net.Ping/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.Ping/tests/FunctionalTests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Primitives/tests/FunctionalTests/project.json b/src/libraries/System.Net.Primitives/tests/FunctionalTests/project.json index df9484e..5fd4b90 100644 --- a/src/libraries/System.Net.Primitives/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.Primitives/tests/FunctionalTests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/project.json b/src/libraries/System.Net.Primitives/tests/PalTests/project.json index 7478f62..6c93611 100644 --- a/src/libraries/System.Net.Primitives/tests/PalTests/project.json +++ b/src/libraries/System.Net.Primitives/tests/PalTests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Primitives/tests/PerformanceTests/project.json b/src/libraries/System.Net.Primitives/tests/PerformanceTests/project.json index 755339e..21f5582 100644 --- a/src/libraries/System.Net.Primitives/tests/PerformanceTests/project.json +++ b/src/libraries/System.Net.Primitives/tests/PerformanceTests/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Primitives/tests/UnitTests/project.json b/src/libraries/System.Net.Primitives/tests/UnitTests/project.json index 445dc42..23877cf 100644 --- a/src/libraries/System.Net.Primitives/tests/UnitTests/project.json +++ b/src/libraries/System.Net.Primitives/tests/UnitTests/project.json @@ -1,21 +1,21 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Requests/tests/project.json b/src/libraries/System.Net.Requests/tests/project.json index cc96c19..7961175 100644 --- a/src/libraries/System.Net.Requests/tests/project.json +++ b/src/libraries/System.Net.Requests/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO.Compression": "4.1.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Http": "4.1.1-beta-24317-01", - "System.Net.NetworkInformation": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Requests": "4.0.12-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO.Compression": "4.1.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Http": "4.1.1-beta-24318-02", + "System.Net.NetworkInformation": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Requests": "4.0.12-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/unix/project.json b/src/libraries/System.Net.Security/tests/FunctionalTests/unix/project.json index 55b536e..09eb914 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/unix/project.json +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/unix/project.json @@ -1,26 +1,26 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Primitives": "4.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Globalization.Extensions": "4.0.2-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.NameResolution": "4.0.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Primitives": "4.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Globalization.Extensions": "4.0.2-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.NameResolution": "4.0.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", "System.Net.TestData": "1.0.0-prerelease", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/win/project.json b/src/libraries/System.Net.Security/tests/FunctionalTests/win/project.json index 4c93e4e..4f5dc99 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/win/project.json +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/win/project.json @@ -1,22 +1,22 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.NameResolution": "4.0.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.NameResolution": "4.0.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", "System.Net.TestData": "1.0.0-prerelease", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Security/tests/UnitTests/project.json b/src/libraries/System.Net.Security/tests/UnitTests/project.json index ba97d7d..5feff73 100644 --- a/src/libraries/System.Net.Security/tests/UnitTests/project.json +++ b/src/libraries/System.Net.Security/tests/UnitTests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", "System.Net.TestData": "1.0.0-prerelease", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/project.json b/src/libraries/System.Net.Sockets/tests/FunctionalTests/project.json index a9bfc5d..4ae2e52 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.Sockets/tests/PerformanceTests/project.json b/src/libraries/System.Net.Sockets/tests/PerformanceTests/project.json index f723985..6797a1b 100644 --- a/src/libraries/System.Net.Sockets/tests/PerformanceTests/project.json +++ b/src/libraries/System.Net.Sockets/tests/PerformanceTests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Primitives": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Primitives": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.WebHeaderCollection/tests/project.json b/src/libraries/System.Net.WebHeaderCollection/tests/project.json index a4792e6..292d57a 100644 --- a/src/libraries/System.Net.WebHeaderCollection/tests/project.json +++ b/src/libraries/System.Net.WebHeaderCollection/tests/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.WebSockets.Client/tests/project.json b/src/libraries/System.Net.WebSockets.Client/tests/project.json index 6106e14..7b03f43 100644 --- a/src/libraries/System.Net.WebSockets.Client/tests/project.json +++ b/src/libraries/System.Net.WebSockets.Client/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.Net.Security": "4.0.1-beta-24317-01", - "System.Net.WebSockets": "4.0.1-beta-24317-01", - "System.Net.WebSockets.Client": "4.0.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.Net.Security": "4.0.1-beta-24318-02", + "System.Net.WebSockets": "4.0.1-beta-24318-02", + "System.Net.WebSockets.Client": "4.0.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Net.WebSockets/tests/project.json b/src/libraries/System.Net.WebSockets/tests/project.json index cd52c3b..503a403 100644 --- a/src/libraries/System.Net.WebSockets/tests/project.json +++ b/src/libraries/System.Net.WebSockets/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.WebSockets": "4.0.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.WebSockets": "4.0.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Numerics.Vectors/tests/project.json b/src/libraries/System.Numerics.Vectors/tests/project.json index 865e4e9..dad6771 100644 --- a/src/libraries/System.Numerics.Vectors/tests/project.json +++ b/src/libraries/System.Numerics.Vectors/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ObjectModel/tests/project.json b/src/libraries/System.ObjectModel/tests/project.json index e0c1353..351de0a 100644 --- a/src/libraries/System.ObjectModel/tests/project.json +++ b/src/libraries/System.ObjectModel/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/project.json b/src/libraries/System.Private.Uri/tests/FunctionalTests/project.json index 35fea39..5987d62 100644 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/project.json +++ b/src/libraries/System.Private.Uri/tests/FunctionalTests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.Net.Sockets": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.Net.Sockets": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/project.json b/src/libraries/System.Private.Uri/tests/UnitTests/project.json index df279be..5974770 100644 --- a/src/libraries/System.Private.Uri/tests/UnitTests/project.json +++ b/src/libraries/System.Private.Uri/tests/UnitTests/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Context/tests/project.json b/src/libraries/System.Reflection.Context/tests/project.json index ed14713..2689d64 100644 --- a/src/libraries/System.Reflection.Context/tests/project.json +++ b/src/libraries/System.Reflection.Context/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.DispatchProxy/tests/project.json b/src/libraries/System.Reflection.DispatchProxy/tests/project.json index ad4efd0..b6ae3cd 100644 --- a/src/libraries/System.Reflection.DispatchProxy/tests/project.json +++ b/src/libraries/System.Reflection.DispatchProxy/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Emit.ILGeneration": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Emit.ILGeneration": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/tests/project.json b/src/libraries/System.Reflection.Emit.ILGeneration/tests/project.json index c7ae96f..d3d8ae3 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/tests/project.json +++ b/src/libraries/System.Reflection.Emit.ILGeneration/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Emit.ILGeneration": "4.0.2-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Emit.ILGeneration": "4.0.2-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Emit.Lightweight/tests/project.json b/src/libraries/System.Reflection.Emit.Lightweight/tests/project.json index 28f1f42..71d97951 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/tests/project.json +++ b/src/libraries/System.Reflection.Emit.Lightweight/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Emit.Lightweight": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Emit.Lightweight": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Emit/tests/project.json b/src/libraries/System.Reflection.Emit/tests/project.json index 897b32e..ca0152a 100644 --- a/src/libraries/System.Reflection.Emit/tests/project.json +++ b/src/libraries/System.Reflection.Emit/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Extensions/tests/project.json b/src/libraries/System.Reflection.Extensions/tests/project.json index bf63af4..b1930c7 100644 --- a/src/libraries/System.Reflection.Extensions/tests/project.json +++ b/src/libraries/System.Reflection.Extensions/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.Metadata/tests/project.json b/src/libraries/System.Reflection.Metadata/tests/project.json index 2519c25..06c2d05 100644 --- a/src/libraries/System.Reflection.Metadata/tests/project.json +++ b/src/libraries/System.Reflection.Metadata/tests/project.json @@ -1,27 +1,27 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Immutable": "1.2.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.IO.MemoryMappedFiles": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Immutable": "1.2.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.IO.MemoryMappedFiles": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/project.json b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/project.json index f62705d..b3757d7 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/project.json +++ b/src/libraries/System.Reflection.TypeExtensions/tests/CoreCLR/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection.TypeExtensions/tests/project.json b/src/libraries/System.Reflection.TypeExtensions/tests/project.json index 946dad3..f45e30c 100644 --- a/src/libraries/System.Reflection.TypeExtensions/tests/project.json +++ b/src/libraries/System.Reflection.TypeExtensions/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Primitives": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Primitives": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection/tests/CoreCLR/project.json b/src/libraries/System.Reflection/tests/CoreCLR/project.json index 0be1837..0e9d70a 100644 --- a/src/libraries/System.Reflection/tests/CoreCLR/project.json +++ b/src/libraries/System.Reflection/tests/CoreCLR/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.AppContext": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Loader": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.AppContext": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Loader": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Reflection/tests/TestExe/project.json b/src/libraries/System.Reflection/tests/TestExe/project.json index ae08d50..df84ec0 100644 --- a/src/libraries/System.Reflection/tests/TestExe/project.json +++ b/src/libraries/System.Reflection/tests/TestExe/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01" + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/System.Reflection/tests/project.json b/src/libraries/System.Reflection/tests/project.json index af93114..608c374 100644 --- a/src/libraries/System.Reflection/tests/project.json +++ b/src/libraries/System.Reflection/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Resources.Reader/tests/project.json b/src/libraries/System.Resources.Reader/tests/project.json index 8fe5806..99ca46c 100644 --- a/src/libraries/System.Resources.Reader/tests/project.json +++ b/src/libraries/System.Resources.Reader/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Resources.ResourceManager/tests/project.json b/src/libraries/System.Resources.ResourceManager/tests/project.json index dd13111..e4dd27f 100644 --- a/src/libraries/System.Resources.ResourceManager/tests/project.json +++ b/src/libraries/System.Resources.ResourceManager/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Resources.Writer/tests/project.json b/src/libraries/System.Resources.Writer/tests/project.json index 8fe5806..99ca46c 100644 --- a/src/libraries/System.Resources.Writer/tests/project.json +++ b/src/libraries/System.Resources.Writer/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/project.json b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/project.json index a4792e6..292d57a 100644 --- a/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/project.json +++ b/src/libraries/System.Runtime.CompilerServices.Unsafe/tests/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Extensions/tests/project.json b/src/libraries/System.Runtime.Extensions/tests/project.json index 3becea16..78e7ac5 100644 --- a/src/libraries/System.Runtime.Extensions/tests/project.json +++ b/src/libraries/System.Runtime.Extensions/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Handles/tests/project.json b/src/libraries/System.Runtime.Handles/tests/project.json index 6ee1a6a..f8b044d 100644 --- a/src/libraries/System.Runtime.Handles/tests/project.json +++ b/src/libraries/System.Runtime.Handles/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/project.json b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/project.json index 563ea4f..87f58ad 100644 --- a/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/project.json +++ b/src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.InteropServices/tests/project.json b/src/libraries/System.Runtime.InteropServices/tests/project.json index c9c8def..e565a32 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/project.json +++ b/src/libraries/System.Runtime.InteropServices/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Loader/tests/DefaultContext/project.json b/src/libraries/System.Runtime.Loader/tests/DefaultContext/project.json index 4258b63..07b1133 100644 --- a/src/libraries/System.Runtime.Loader/tests/DefaultContext/project.json +++ b/src/libraries/System.Runtime.Loader/tests/DefaultContext/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Loader": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Loader": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json index 30ab5a9..2a071f5 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "System.Runtime": "4.1.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01" + "System.Runtime": "4.1.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02" }, "frameworks": { "netstandard1.6": {} diff --git a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json index d66a183..59437bf 100644 --- a/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json +++ b/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Test.Assembly/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.Runtime": "4.1.1-beta-24317-01" + "System.Runtime": "4.1.1-beta-24318-02" }, "frameworks": { "netstandard1.6": {} diff --git a/src/libraries/System.Runtime.Loader/tests/project.json b/src/libraries/System.Runtime.Loader/tests/project.json index 1fe5d74..aa35cf0 100644 --- a/src/libraries/System.Runtime.Loader/tests/project.json +++ b/src/libraries/System.Runtime.Loader/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Loader": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Loader": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Numerics/tests/project.json b/src/libraries/System.Runtime.Numerics/tests/project.json index a501d06..de29de1 100644 --- a/src/libraries/System.Runtime.Numerics/tests/project.json +++ b/src/libraries/System.Runtime.Numerics/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Serialization.Formatters/tests/project.json b/src/libraries/System.Runtime.Serialization.Formatters/tests/project.json index 9e5ad9c..ab0318f 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/tests/project.json +++ b/src/libraries/System.Runtime.Serialization.Formatters/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Serialization.Primitives": "4.2.0-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Serialization.Primitives": "4.2.0-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/Performance/project.json b/src/libraries/System.Runtime.Serialization.Json/tests/Performance/project.json index 4f0b7b5..d347209 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/Performance/project.json +++ b/src/libraries/System.Runtime.Serialization.Json/tests/Performance/project.json @@ -1,27 +1,27 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Serialization.Primitives": "4.2.0-beta-24317-01", - "System.Runtime.Serialization.Json": "4.0.3-beta-24317-01", - "System.Runtime.Serialization.Xml": "4.1.2-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", - "System.Xml.XmlSerializer": "4.0.12-beta-24317-01", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Serialization.Primitives": "4.2.0-beta-24318-02", + "System.Runtime.Serialization.Json": "4.0.3-beta-24318-02", + "System.Runtime.Serialization.Xml": "4.1.2-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", + "System.Xml.XmlSerializer": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Serialization.Json/tests/project.json b/src/libraries/System.Runtime.Serialization.Json/tests/project.json index 81f9dff..e5c4907 100644 --- a/src/libraries/System.Runtime.Serialization.Json/tests/project.json +++ b/src/libraries/System.Runtime.Serialization.Json/tests/project.json @@ -1,23 +1,23 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.2-beta-24317-01", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", + "Microsoft.CSharp": "4.0.2-beta-24318-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/Performance/project.json b/src/libraries/System.Runtime.Serialization.Xml/tests/Performance/project.json index 4395dac..1e064ba 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/Performance/project.json +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/Performance/project.json @@ -1,27 +1,27 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Serialization.Primitives": "4.2.0-beta-24317-01", - "System.Runtime.Serialization.Json": "4.0.3-beta-24317-01", - "System.Runtime.Serialization.Xml": "4.1.2-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", - "System.Xml.XmlSerializer": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Serialization.Primitives": "4.2.0-beta-24318-02", + "System.Runtime.Serialization.Json": "4.0.3-beta-24318-02", + "System.Runtime.Serialization.Xml": "4.1.2-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", + "System.Xml.XmlSerializer": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/project.json b/src/libraries/System.Runtime.Serialization.Xml/tests/project.json index d25a48f..8ae3472 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/project.json +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/project.json @@ -1,23 +1,23 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Runtime/tests/project.json b/src/libraries/System.Runtime/tests/project.json index 0624494..8c9f00a 100644 --- a/src/libraries/System.Runtime/tests/project.json +++ b/src/libraries/System.Runtime/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections.NonGeneric": "4.0.2-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Emit": "4.0.2-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections.NonGeneric": "4.0.2-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Emit": "4.0.2-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.AccessControl/tests/project.json b/src/libraries/System.Security.AccessControl/tests/project.json index 709e468..606f698 100644 --- a/src/libraries/System.Security.AccessControl/tests/project.json +++ b/src/libraries/System.Security.AccessControl/tests/project.json @@ -1,32 +1,32 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.IO.FileSystem.AccessControl": "4.0.1-beta-24317-01", - "System.IO.Pipes": "4.0.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Security.AccessControl": "4.0.1-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.IO.FileSystem.AccessControl": "4.0.1-beta-24318-02", + "System.IO.Pipes": "4.0.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Security.AccessControl": "4.0.1-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Claims/tests/project.json b/src/libraries/System.Security.Claims/tests/project.json index 31813b9..04a4f8b 100644 --- a/src/libraries/System.Security.Claims/tests/project.json +++ b/src/libraries/System.Security.Claims/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Security.Principal": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Security.Principal": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/project.json b/src/libraries/System.Security.Cryptography.Algorithms/tests/project.json index 5a13f0b..aab1cea 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Encoding": "4.0.1-beta-24317-01", - "System.Security.Cryptography.Primitives": "4.0.1-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Encoding": "4.0.1-beta-24318-02", + "System.Security.Cryptography.Primitives": "4.0.1-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Cng/tests/project.json b/src/libraries/System.Security.Cryptography.Cng/tests/project.json index c02a956..f5edff7 100644 --- a/src/libraries/System.Security.Cryptography.Cng/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Cng/tests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.Encoding": "4.0.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.Encoding": "4.0.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Csp/tests/project.json b/src/libraries/System.Security.Cryptography.Csp/tests/project.json index 68384ec..2c1e3df 100644 --- a/src/libraries/System.Security.Cryptography.Csp/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Csp/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Encoding/tests/project.json b/src/libraries/System.Security.Cryptography.Encoding/tests/project.json index 0ae50f0..5be6465 100644 --- a/src/libraries/System.Security.Cryptography.Encoding/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Encoding/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Primitives": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Primitives": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" @@ -16,7 +16,7 @@ "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00508-01", "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02", "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0037", - "System.Xml.XmlSerializer": "4.0.12-beta-24317-01" + "System.Xml.XmlSerializer": "4.0.12-beta-24318-02" }, "frameworks": { "netstandard1.3": {} diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/project.json b/src/libraries/System.Security.Cryptography.OpenSsl/tests/project.json index ae853f2..63392fd 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/project.json +++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.Encoding": "4.0.1-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.Encoding": "4.0.1-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/netcore50/project.json b/src/libraries/System.Security.Cryptography.Pkcs/src/netcore50/project.json index ee4d4ae..04cd4f9 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/netcore50/project.json +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/netcore50/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/project.json b/src/libraries/System.Security.Cryptography.Pkcs/src/project.json index 7090b4b..707d70c 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/project.json +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/project.json @@ -5,7 +5,7 @@ "dotnet5.4" ], "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.Pkcs/tests/project.json b/src/libraries/System.Security.Cryptography.Pkcs/tests/project.json index de3c4a1..9c09dc6 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Pkcs/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Security.Cryptography.Encoding": "4.0.1-beta-24317-01", - "System.Security.Cryptography.Primitives": "4.0.1-beta-24317-01", - "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Security.Cryptography.Encoding": "4.0.1-beta-24318-02", + "System.Security.Cryptography.Primitives": "4.0.1-beta-24318-02", + "System.Security.Cryptography.X509Certificates": "4.1.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.Primitives/tests/project.json b/src/libraries/System.Security.Cryptography.Primitives/tests/project.json index 9350ef8..22f7687 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/tests/project.json +++ b/src/libraries/System.Security.Cryptography.Primitives/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/src/project.json b/src/libraries/System.Security.Cryptography.ProtectedData/src/project.json index 76ec71f..56b020c 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/src/project.json +++ b/src/libraries/System.Security.Cryptography.ProtectedData/src/project.json @@ -5,7 +5,7 @@ "dotnet5.4" ], "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", "System.IO": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.ProtectedData/tests/project.json b/src/libraries/System.Security.Cryptography.ProtectedData/tests/project.json index 25a38c8..286fa01 100644 --- a/src/libraries/System.Security.Cryptography.ProtectedData/tests/project.json +++ b/src/libraries/System.Security.Cryptography.ProtectedData/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Numerics": "4.0.2-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Numerics": "4.0.2-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/netcore50/project.json b/src/libraries/System.Security.Cryptography.X509Certificates/src/netcore50/project.json index c275330..983dfae 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/netcore50/project.json +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/netcore50/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/unix/project.json b/src/libraries/System.Security.Cryptography.X509Certificates/src/unix/project.json index 203b4b2..dde4acf 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/unix/project.json +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/unix/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/src/win/project.json b/src/libraries/System.Security.Cryptography.X509Certificates/src/win/project.json index 5c00118..5bfe5c3 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/src/win/project.json +++ b/src/libraries/System.Security.Cryptography.X509Certificates/src/win/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Security.Cryptography.X509Certificates/tests/project.json b/src/libraries/System.Security.Cryptography.X509Certificates/tests/project.json index c3531a8..6834ba9 100644 --- a/src/libraries/System.Security.Cryptography.X509Certificates/tests/project.json +++ b/src/libraries/System.Security.Cryptography.X509Certificates/tests/project.json @@ -1,20 +1,20 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.NETCore.Targets": "1.0.3-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24317-01", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24317-01", - "System.Security.Cryptography.Cng": "4.2.1-beta-24317-01", - "System.Security.Cryptography.Encoding": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.NETCore.Targets": "1.0.3-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-02", + "System.Security.Cryptography.Algorithms": "4.2.1-beta-24318-02", + "System.Security.Cryptography.Cng": "4.2.1-beta-24318-02", + "System.Security.Cryptography.Encoding": "4.0.1-beta-24318-02", "System.Security.Cryptography.X509Certificates.TestData": "1.0.2-prerelease", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Principal.Windows/src/project.json b/src/libraries/System.Security.Principal.Windows/src/project.json index d6f546b..c5d310a 100644 --- a/src/libraries/System.Security.Principal.Windows/src/project.json +++ b/src/libraries/System.Security.Principal.Windows/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "Microsoft.Win32.Primitives": "4.0.0", "System.Collections": "4.0.0", "System.Diagnostics.Contracts": "4.0.0", diff --git a/src/libraries/System.Security.Principal.Windows/tests/project.json b/src/libraries/System.Security.Principal.Windows/tests/project.json index a2cee52..9944d90 100644 --- a/src/libraries/System.Security.Principal.Windows/tests/project.json +++ b/src/libraries/System.Security.Principal.Windows/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Security.Claims": "4.0.2-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Security.Claims": "4.0.2-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Security.Principal/src/project.json b/src/libraries/System.Security.Principal/src/project.json index a0ea743..de1bf02 100644 --- a/src/libraries/System.Security.Principal/src/project.json +++ b/src/libraries/System.Security.Principal/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Runtime": "4.0.0" }, "imports": [ diff --git a/src/libraries/System.Security.SecureString/src/project.json b/src/libraries/System.Security.SecureString/src/project.json index 562ff16..3300f5c 100644 --- a/src/libraries/System.Security.SecureString/src/project.json +++ b/src/libraries/System.Security.SecureString/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Diagnostics.Debug": "4.0.10", "System.Resources.ResourceManager": "4.0.0", "System.Runtime": "4.0.20", diff --git a/src/libraries/System.Security.SecureString/tests/project.json b/src/libraries/System.Security.SecureString/tests/project.json index 3f4d702..d4b43ec 100644 --- a/src/libraries/System.Security.SecureString/tests/project.json +++ b/src/libraries/System.Security.SecureString/tests/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/project.json b/src/libraries/System.ServiceProcess.ServiceController/src/project.json index 0a5359e..93e2b86 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/project.json +++ b/src/libraries/System.ServiceProcess.ServiceController/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.5": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "Microsoft.Win32.Primitives": "4.0.0", "System.Collections": "4.0.10", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests/project.json b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests/project.json index d786de4..911b864 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests/project.json +++ b/src/libraries/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "Microsoft.Win32.Registry": "4.0.1-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "Microsoft.Win32.Registry": "4.0.1-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Text.Encoding.CodePages/src/project.json b/src/libraries/System.Text.Encoding.CodePages/src/project.json index 6830969..91fa952 100644 --- a/src/libraries/System.Text.Encoding.CodePages/src/project.json +++ b/src/libraries/System.Text.Encoding.CodePages/src/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Text.Encoding.CodePages/tests/project.json b/src/libraries/System.Text.Encoding.CodePages/tests/project.json index cdd907a..2cf8537 100644 --- a/src/libraries/System.Text.Encoding.CodePages/tests/project.json +++ b/src/libraries/System.Text.Encoding.CodePages/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Text.Encoding.Extensions/tests/project.json b/src/libraries/System.Text.Encoding.Extensions/tests/project.json index 24693b9..3b48dc6 100644 --- a/src/libraries/System.Text.Encoding.Extensions/tests/project.json +++ b/src/libraries/System.Text.Encoding.Extensions/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Text.Encoding/tests/project.json b/src/libraries/System.Text.Encoding/tests/project.json index f3c3218..44e664d 100644 --- a/src/libraries/System.Text.Encoding/tests/project.json +++ b/src/libraries/System.Text.Encoding/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Text.Encodings.Web/src/project.json b/src/libraries/System.Text.Encodings.Web/src/project.json index 4ed9b96..4da1831 100644 --- a/src/libraries/System.Text.Encodings.Web/src/project.json +++ b/src/libraries/System.Text.Encodings.Web/src/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.0", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.Text.Encodings.Web/tests/project.json b/src/libraries/System.Text.Encodings.Web/tests/project.json index dc66da8..0f565f4 100644 --- a/src/libraries/System.Text.Encodings.Web/tests/project.json +++ b/src/libraries/System.Text.Encodings.Web/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.Extensions": "4.0.2-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.Extensions": "4.0.2-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Text.RegularExpressions/src/project.json b/src/libraries/System.Text.RegularExpressions/src/project.json index 97f468d..46249e1 100644 --- a/src/libraries/System.Text.RegularExpressions/src/project.json +++ b/src/libraries/System.Text.RegularExpressions/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.6": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.Text.RegularExpressions/tests/project.json b/src/libraries/System.Text.RegularExpressions/tests/project.json index 1ca3a4b..c46c946 100644 --- a/src/libraries/System.Text.RegularExpressions/tests/project.json +++ b/src/libraries/System.Text.RegularExpressions/tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.AccessControl/tests/project.json b/src/libraries/System.Threading.AccessControl/tests/project.json index 4371dfa..86a94cf 100644 --- a/src/libraries/System.Threading.AccessControl/tests/project.json +++ b/src/libraries/System.Threading.AccessControl/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Handles": "4.0.2-beta-24317-01", - "System.Runtime.InteropServices": "4.2.0-beta-24317-01", - "System.Security.AccessControl": "4.0.1-beta-24317-01", - "System.Security.Principal.Windows": "4.0.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Handles": "4.0.2-beta-24318-02", + "System.Runtime.InteropServices": "4.2.0-beta-24318-02", + "System.Security.AccessControl": "4.0.1-beta-24318-02", + "System.Security.Principal.Windows": "4.0.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Overlapped/src/project.json b/src/libraries/System.Threading.Overlapped/src/project.json index f8e84d4..ecf697c 100644 --- a/src/libraries/System.Threading.Overlapped/src/project.json +++ b/src/libraries/System.Threading.Overlapped/src/project.json @@ -2,13 +2,13 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24314-02" } }, "netcore50": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Diagnostics.Debug": "4.0.0", "System.Resources.ResourceManager": "4.0.0", "System.Runtime": "4.0.20", diff --git a/src/libraries/System.Threading.Overlapped/tests/project.json b/src/libraries/System.Threading.Overlapped/tests/project.json index 1d5a254..818a482 100644 --- a/src/libraries/System.Threading.Overlapped/tests/project.json +++ b/src/libraries/System.Threading.Overlapped/tests/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Overlapped": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Overlapped": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/project.json b/src/libraries/System.Threading.Tasks.Dataflow/src/project.json index df4abe5..53c6e2e 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/project.json +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.1": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.0", "System.Collections.Concurrent": "4.0.0", "System.Diagnostics.Contracts": "4.0.0", diff --git a/src/libraries/System.Threading.Tasks.Dataflow/src/wp8/project.json b/src/libraries/System.Threading.Tasks.Dataflow/src/wp8/project.json index a912da3..dd4bf5d 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/src/wp8/project.json +++ b/src/libraries/System.Threading.Tasks.Dataflow/src/wp8/project.json @@ -5,7 +5,7 @@ "dotnet5.1" ], "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.0", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.0", diff --git a/src/libraries/System.Threading.Tasks.Dataflow/tests/project.json b/src/libraries/System.Threading.Tasks.Dataflow/tests/project.json index 286bac7..ecc6e50 100644 --- a/src/libraries/System.Threading.Tasks.Dataflow/tests/project.json +++ b/src/libraries/System.Threading.Tasks.Dataflow/tests/project.json @@ -1,23 +1,23 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Contracts": "4.0.2-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Dynamic.Runtime": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Contracts": "4.0.2-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Dynamic.Runtime": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Tasks.Parallel": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Tasks.Extensions/src/project.json b/src/libraries/System.Threading.Tasks.Extensions/src/project.json index 1466e45..e5d4e30 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/src/project.json +++ b/src/libraries/System.Threading.Tasks.Extensions/src/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.0", "System.Diagnostics.Debug": "4.0.0", "System.Runtime": "4.0.0", diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/project.json b/src/libraries/System.Threading.Tasks.Extensions/tests/project.json index 7b49702..cbd37ac 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/tests/project.json +++ b/src/libraries/System.Threading.Tasks.Extensions/tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Tasks.Parallel/src/project.json b/src/libraries/System.Threading.Tasks.Parallel/src/project.json index 573cb92..1337538 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/src/project.json +++ b/src/libraries/System.Threading.Tasks.Parallel/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections.Concurrent": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/project.json b/src/libraries/System.Threading.Tasks.Parallel/tests/project.json index 48a7a33..c33b826 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/tests/project.json +++ b/src/libraries/System.Threading.Tasks.Parallel/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Tasks/tests/project.json b/src/libraries/System.Threading.Tasks/tests/project.json index 9be33a6..bcff81c 100644 --- a/src/libraries/System.Threading.Tasks/tests/project.json +++ b/src/libraries/System.Threading.Tasks/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Collections.Concurrent": "4.0.13-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Reflection.TypeExtensions": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Collections.Concurrent": "4.0.13-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Reflection.TypeExtensions": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading.Timer/tests/project.json b/src/libraries/System.Threading.Timer/tests/project.json index d7a8367..b2a8831 100644 --- a/src/libraries/System.Threading.Timer/tests/project.json +++ b/src/libraries/System.Threading.Timer/tests/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Timer": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Timer": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Threading/tests/project.json b/src/libraries/System.Threading/tests/project.json index a881873..e7a75f8 100644 --- a/src/libraries/System.Threading/tests/project.json +++ b/src/libraries/System.Threading/tests/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Process": "4.1.1-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Threading.Thread": "4.0.1-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Process": "4.1.1-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Threading.Thread": "4.0.1-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.ValueTuple/src/project.json b/src/libraries/System.ValueTuple/src/project.json index 54351ef..d7ff795 100644 --- a/src/libraries/System.ValueTuple/src/project.json +++ b/src/libraries/System.ValueTuple/src/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.0", "System.Diagnostics.Debug": "4.0.0", "System.Resources.ResourceManager": "4.0.0", diff --git a/src/libraries/System.ValueTuple/tests/project.json b/src/libraries/System.ValueTuple/tests/project.json index 36611e2..d338f32 100644 --- a/src/libraries/System.ValueTuple/tests/project.json +++ b/src/libraries/System.ValueTuple/tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Diagnostics.Tracing": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Resources.ResourceManager": "4.0.2-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Diagnostics.Tracing": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Resources.ResourceManager": "4.0.2-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/src/project.json b/src/libraries/System.Xml.ReaderWriter/src/project.json index 3e4d696..3584398 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/project.json +++ b/src/libraries/System.Xml.ReaderWriter/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/CharCheckingReader/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/CharCheckingReader/project.json index f63298c..730a48a 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/CharCheckingReader/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/CharCheckingReader/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/CustomReader/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/CustomReader/project.json index f63298c..730a48a 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/CustomReader/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/CustomReader/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/FactoryReader/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/FactoryReader/project.json index f63298c..730a48a 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/FactoryReader/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/FactoryReader/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/NameTable/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/NameTable/project.json index c16a76d..664e614 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/NameTable/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/NameTable/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/project.json index 5162455..f846d97 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/SubtreeReader/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/SubtreeReader/project.json index f63298c..730a48a 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/SubtreeReader/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/SubtreeReader/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Readers/WrappedReader/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Readers/WrappedReader/project.json index 7225851..25f679f 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Readers/WrappedReader/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Readers/WrappedReader/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Writers/RwFactory/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Writers/RwFactory/project.json index 0be9e8e..cb94135 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Writers/RwFactory/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Writers/RwFactory/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/project.json b/src/libraries/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/project.json index 0be9e8e..cb94135 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlConvert/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlConvert/project.json index f99fc05..8b71539 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlConvert/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlConvert/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/project.json index edcd63b..4e7dc05 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/Tests/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/Tests/project.json index 4f3b60c..1b54e6b 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/Tests/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/Tests/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.RegularExpressions": "4.2.0-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.RegularExpressions": "4.2.0-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/XmlResolver/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/XmlResolver/project.json index b34586e..42efc19 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/XmlResolver/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlReader/XmlResolver/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.IO.FileSystem.Primitives": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlReaderLib/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlReaderLib/project.json index ebfb870..217755a 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlReaderLib/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlReaderLib/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.ReaderWriter/tests/XmlWriter/project.json b/src/libraries/System.Xml.ReaderWriter/tests/XmlWriter/project.json index 2879034..48e4b93 100644 --- a/src/libraries/System.Xml.ReaderWriter/tests/XmlWriter/project.json +++ b/src/libraries/System.Xml.ReaderWriter/tests/XmlWriter/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.AppContext": "4.1.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Text.Encoding.Extensions": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.AppContext": "4.1.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Text.Encoding.Extensions": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/Properties/project.json b/src/libraries/System.Xml.XDocument/tests/Properties/project.json index b7f7a59..f03ee8a 100644 --- a/src/libraries/System.Xml.XDocument/tests/Properties/project.json +++ b/src/libraries/System.Xml.XDocument/tests/Properties/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/SDMSample/project.json b/src/libraries/System.Xml.XDocument/tests/SDMSample/project.json index 58f19c7..1a128f1 100644 --- a/src/libraries/System.Xml.XDocument/tests/SDMSample/project.json +++ b/src/libraries/System.Xml.XDocument/tests/SDMSample/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/Streaming/project.json b/src/libraries/System.Xml.XDocument/tests/Streaming/project.json index 8b0835a..95c33ea 100644 --- a/src/libraries/System.Xml.XDocument/tests/Streaming/project.json +++ b/src/libraries/System.Xml.XDocument/tests/Streaming/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/TreeManipulation/project.json b/src/libraries/System.Xml.XDocument/tests/TreeManipulation/project.json index b3718c6..1c8f3bb 100644 --- a/src/libraries/System.Xml.XDocument/tests/TreeManipulation/project.json +++ b/src/libraries/System.Xml.XDocument/tests/TreeManipulation/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/XDocument.Common/project.json b/src/libraries/System.Xml.XDocument/tests/XDocument.Common/project.json index 84dfe8e..0da7506 100644 --- a/src/libraries/System.Xml.XDocument/tests/XDocument.Common/project.json +++ b/src/libraries/System.Xml.XDocument/tests/XDocument.Common/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/XDocument.Test.ModuleCore/project.json b/src/libraries/System.Xml.XDocument/tests/XDocument.Test.ModuleCore/project.json index 6d8c217..4539634 100644 --- a/src/libraries/System.Xml.XDocument/tests/XDocument.Test.ModuleCore/project.json +++ b/src/libraries/System.Xml.XDocument/tests/XDocument.Test.ModuleCore/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Console": "4.0.1-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Console": "4.0.1-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/axes/project.json b/src/libraries/System.Xml.XDocument/tests/axes/project.json index 611e7ee..9c209fe 100644 --- a/src/libraries/System.Xml.XDocument/tests/axes/project.json +++ b/src/libraries/System.Xml.XDocument/tests/axes/project.json @@ -1,13 +1,13 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/events/project.json b/src/libraries/System.Xml.XDocument/tests/events/project.json index 274f7da..ced1752 100644 --- a/src/libraries/System.Xml.XDocument/tests/events/project.json +++ b/src/libraries/System.Xml.XDocument/tests/events/project.json @@ -1,14 +1,14 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/misc/project.json b/src/libraries/System.Xml.XDocument/tests/misc/project.json index 8b0835a..95c33ea 100644 --- a/src/libraries/System.Xml.XDocument/tests/misc/project.json +++ b/src/libraries/System.Xml.XDocument/tests/misc/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/xNodeBuilder/project.json b/src/libraries/System.Xml.XDocument/tests/xNodeBuilder/project.json index 9ed4375..8d65189 100644 --- a/src/libraries/System.Xml.XDocument/tests/xNodeBuilder/project.json +++ b/src/libraries/System.Xml.XDocument/tests/xNodeBuilder/project.json @@ -1,18 +1,18 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XDocument/tests/xNodeReader/project.json b/src/libraries/System.Xml.XDocument/tests/xNodeReader/project.json index b3718c6..1c8f3bb 100644 --- a/src/libraries/System.Xml.XDocument/tests/xNodeReader/project.json +++ b/src/libraries/System.Xml.XDocument/tests/xNodeReader/project.json @@ -1,16 +1,16 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XPath.XDocument/tests/project.json b/src/libraries/System.Xml.XPath.XDocument/tests/project.json index 46270e3..65e4b3b 100644 --- a/src/libraries/System.Xml.XPath.XDocument/tests/project.json +++ b/src/libraries/System.Xml.XPath.XDocument/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XPath.XmlDocument/src/project.json b/src/libraries/System.Xml.XPath.XmlDocument/src/project.json index a9f636b..83dc0bf 100644 --- a/src/libraries/System.Xml.XPath.XmlDocument/src/project.json +++ b/src/libraries/System.Xml.XPath.XmlDocument/src/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.Xml.XPath.XmlDocument/tests/project.json b/src/libraries/System.Xml.XPath.XmlDocument/tests/project.json index 1fc05d3..07216ad 100644 --- a/src/libraries/System.Xml.XPath.XmlDocument/tests/project.json +++ b/src/libraries/System.Xml.XPath.XmlDocument/tests/project.json @@ -1,19 +1,19 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", - "System.Xml.XPath": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", + "System.Xml.XPath": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XPath/src/project.json b/src/libraries/System.Xml.XPath/src/project.json index c33e4dc..2b34326 100644 --- a/src/libraries/System.Xml.XPath/src/project.json +++ b/src/libraries/System.Xml.XPath/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Contracts": "4.0.0", "System.Diagnostics.Debug": "4.0.10", diff --git a/src/libraries/System.Xml.XPath/tests/project.json b/src/libraries/System.Xml.XPath/tests/project.json index 588e4c3..54a684d 100644 --- a/src/libraries/System.Xml.XPath/tests/project.json +++ b/src/libraries/System.Xml.XPath/tests/project.json @@ -1,17 +1,17 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Text.Encoding.CodePages": "4.0.2-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Text.Encoding.CodePages": "4.0.2-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XmlDocument/src/project.json b/src/libraries/System.Xml.XmlDocument/src/project.json index f46bcbd..fbb1888 100644 --- a/src/libraries/System.Xml.XmlDocument/src/project.json +++ b/src/libraries/System.Xml.XmlDocument/src/project.json @@ -2,7 +2,7 @@ "frameworks": { "netstandard1.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", "System.Collections": "4.0.10", "System.Diagnostics.Debug": "4.0.10", "System.Diagnostics.Tools": "4.0.0", diff --git a/src/libraries/System.Xml.XmlDocument/tests/project.json b/src/libraries/System.Xml.XmlDocument/tests/project.json index f0e31fd..64dd12d 100644 --- a/src/libraries/System.Xml.XmlDocument/tests/project.json +++ b/src/libraries/System.Xml.XmlDocument/tests/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XmlSerializer/tests/Performance/project.json b/src/libraries/System.Xml.XmlSerializer/tests/Performance/project.json index 9c21123..08a9c22 100644 --- a/src/libraries/System.Xml.XmlSerializer/tests/Performance/project.json +++ b/src/libraries/System.Xml.XmlSerializer/tests/Performance/project.json @@ -1,26 +1,26 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO": "4.1.1-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Runtime.Serialization.Primitives": "4.2.0-beta-24317-01", - "System.Runtime.Serialization.Json": "4.0.3-beta-24317-01", - "System.Runtime.Serialization.Xml": "4.1.2-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", - "System.Xml.XmlSerializer": "4.0.12-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO": "4.1.1-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Runtime.Serialization.Primitives": "4.2.0-beta-24318-02", + "System.Runtime.Serialization.Json": "4.0.3-beta-24318-02", + "System.Runtime.Serialization.Xml": "4.1.2-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", + "System.Xml.XmlSerializer": "4.0.12-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile" diff --git a/src/libraries/System.Xml.XmlSerializer/tests/project.json b/src/libraries/System.Xml.XmlSerializer/tests/project.json index 814b204..e199340 100644 --- a/src/libraries/System.Xml.XmlSerializer/tests/project.json +++ b/src/libraries/System.Xml.XmlSerializer/tests/project.json @@ -1,22 +1,22 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24317-01", - "System.Collections": "4.0.12-beta-24317-01", - "System.Diagnostics.Debug": "4.0.12-beta-24317-01", - "System.Diagnostics.Tools": "4.0.2-beta-24317-01", - "System.Globalization": "4.0.12-beta-24317-01", - "System.IO.FileSystem": "4.0.2-beta-24317-01", - "System.Linq": "4.1.1-beta-24317-01", - "System.Linq.Expressions": "4.1.1-beta-24317-01", - "System.ObjectModel": "4.0.13-beta-24317-01", - "System.Reflection": "4.1.1-beta-24317-01", - "System.Runtime": "4.1.1-beta-24317-01", - "System.Runtime.Extensions": "4.1.1-beta-24317-01", - "System.Text.Encoding": "4.0.12-beta-24317-01", - "System.Threading.Tasks": "4.0.12-beta-24317-01", - "System.Xml.ReaderWriter": "4.1.0-beta-24317-01", - "System.Xml.XDocument": "4.0.12-beta-24317-01", - "System.Xml.XmlDocument": "4.0.2-beta-24317-01", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-02", + "System.Collections": "4.0.12-beta-24318-02", + "System.Diagnostics.Debug": "4.0.12-beta-24318-02", + "System.Diagnostics.Tools": "4.0.2-beta-24318-02", + "System.Globalization": "4.0.12-beta-24318-02", + "System.IO.FileSystem": "4.0.2-beta-24318-02", + "System.Linq": "4.1.1-beta-24318-02", + "System.Linq.Expressions": "4.1.1-beta-24318-02", + "System.ObjectModel": "4.0.13-beta-24318-02", + "System.Reflection": "4.1.1-beta-24318-02", + "System.Runtime": "4.1.1-beta-24318-02", + "System.Runtime.Extensions": "4.1.1-beta-24318-02", + "System.Text.Encoding": "4.0.12-beta-24318-02", + "System.Threading.Tasks": "4.0.12-beta-24318-02", + "System.Xml.ReaderWriter": "4.1.0-beta-24318-02", + "System.Xml.XDocument": "4.0.12-beta-24318-02", + "System.Xml.XmlDocument": "4.0.2-beta-24318-02", "test-runtime": { "target": "project", "exclude": "compile"