From 4460dddc8516401153cbf041e440299669d25807 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 6 Jun 2016 08:58:46 -0700 Subject: [PATCH] Update all invalid package versions caused by the change compression and sqlclient Commit migrated from https://github.com/dotnet/corefx/commit/afe7f4fa9fbf001a94556d96de724df7b9ca4fea --- src/libraries/Common/net46-test-runtime/project.json | 2 +- src/libraries/Common/test-runtime/project.json | 2 +- .../System.Data.SqlClient/tests/FunctionalTests/project.json | 2 +- src/libraries/System.IO.Compression.ZipFile/tests/project.json | 2 +- src/libraries/System.IO.Compression/tests/project.json | 2 +- src/libraries/System.Net.Http.WinHttpHandler/src/project.json | 2 +- .../tests/FunctionalTests/project.json | 2 +- .../System.Net.Http.WinHttpHandler/tests/UnitTests/project.json | 2 +- src/libraries/System.Net.Requests/src/project.json | 2 +- src/libraries/System.Net.Requests/tests/project.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/libraries/Common/net46-test-runtime/project.json b/src/libraries/Common/net46-test-runtime/project.json index 8c93e3276d7..511b0060992 100644 --- a/src/libraries/Common/net46-test-runtime/project.json +++ b/src/libraries/Common/net46-test-runtime/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24206-03", "coveralls.io": "1.4", "OpenCover": "4.6.519", diff --git a/src/libraries/Common/test-runtime/project.json b/src/libraries/Common/test-runtime/project.json index 67ef59e27e2..8514081e40c 100644 --- a/src/libraries/Common/test-runtime/project.json +++ b/src/libraries/Common/test-runtime/project.json @@ -5,7 +5,7 @@ "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc4-24206-02", "NETStandard.Library": "1.6.0-rc4-24206-03", "System.Diagnostics.Contracts": "4.0.1-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24206-03", "System.Linq.Parallel": "4.0.1-rc4-24206-03", "coveralls.io": "1.4", diff --git a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json index 49c08f74a9c..fc8093ed53c 100644 --- a/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json +++ b/src/libraries/System.Data.SqlClient/tests/FunctionalTests/project.json @@ -3,7 +3,7 @@ "Microsoft.CSharp": "4.0.1-rc4-24206-03", "Microsoft.NETCore.Platforms": "1.0.1-rc4-24206-03", "System.Data.Common": "4.1.0-rc4-24206-03", - "System.Data.SqlClient": "4.1.0-rc4-24201-00", + "System.Data.SqlClient": "4.1.0-rc4-24206-03", "System.Text.Encoding.CodePages": "4.0.1-rc4-24206-03", "System.Text.RegularExpressions": "4.1.0-rc4-24206-03", "System.Collections": "4.0.11-rc4-24206-03", diff --git a/src/libraries/System.IO.Compression.ZipFile/tests/project.json b/src/libraries/System.IO.Compression.ZipFile/tests/project.json index 01991e14f7c..059b856d08a 100644 --- a/src/libraries/System.IO.Compression.ZipFile/tests/project.json +++ b/src/libraries/System.IO.Compression.ZipFile/tests/project.json @@ -6,7 +6,7 @@ "System.Console": "4.0.0-rc4-24206-03", "System.Diagnostics.Debug": "4.0.11-rc4-24206-03", "System.IO": "4.1.0-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.IO.Compression.TestData": "1.0.1-prerelease", "System.IO.FileSystem": "4.0.1-rc4-24206-03", "System.IO.FileSystem.Primitives": "4.0.1-rc4-24206-03", diff --git a/src/libraries/System.IO.Compression/tests/project.json b/src/libraries/System.IO.Compression/tests/project.json index 119767e244b..cd46129ce7e 100644 --- a/src/libraries/System.IO.Compression/tests/project.json +++ b/src/libraries/System.IO.Compression/tests/project.json @@ -6,7 +6,7 @@ "System.Console": "4.0.0-rc4-24206-03", "System.Diagnostics.Debug": "4.0.11-rc4-24206-03", "System.IO": "4.1.0-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.IO.Compression.TestData": "1.0.2-prerelease", "System.IO.FileSystem": "4.0.1-rc4-24206-03", "System.Linq": "4.1.0-rc4-24206-03", diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/project.json b/src/libraries/System.Net.Http.WinHttpHandler/src/project.json index 0834cc42139..7f42c3b3493 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/project.json +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/project.json @@ -7,7 +7,7 @@ "System.Diagnostics.Debug": "4.0.10", "System.Globalization": "4.0.10", "System.IO": "4.0.10", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Net.Http": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Resources.ResourceManager": "4.0.0", 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 8ff12284d4c..1db167f6192 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json @@ -3,7 +3,7 @@ "Microsoft.NETCore.Platforms": "1.0.1-rc4-24206-03", "Microsoft.Win32.Primitives": "4.0.1-rc4-24206-03", "System.Diagnostics.DiagnosticSource": "4.0.0-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Linq.Expressions": "4.1.0-rc4-24206-03", "System.Net.Http": "4.1.0-rc4-24206-03", "System.Net.Primitives": "4.0.11-rc4-24206-03", 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 e4bb13a1d4f..0f4b0b8da6d 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json @@ -5,7 +5,7 @@ "System.Diagnostics.DiagnosticSource": "4.0.0-rc4-24206-03", "System.Globalization": "4.0.11-rc4-24206-03", "System.IO": "4.1.0-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Linq.Expressions": "4.1.0-rc4-24206-03", "System.Net.Http": "4.1.0-rc4-24206-03", "System.Net.Primitives": "4.0.11-rc4-24206-03", diff --git a/src/libraries/System.Net.Requests/src/project.json b/src/libraries/System.Net.Requests/src/project.json index b4f50a5a89b..8ec608a3653 100644 --- a/src/libraries/System.Net.Requests/src/project.json +++ b/src/libraries/System.Net.Requests/src/project.json @@ -7,7 +7,7 @@ "System.Diagnostics.Debug": "4.0.0", "System.Diagnostics.Tracing": "4.0.0", "System.IO": "4.0.10", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Net.Http": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Net.WebHeaderCollection": "4.0.0", diff --git a/src/libraries/System.Net.Requests/tests/project.json b/src/libraries/System.Net.Requests/tests/project.json index 1272e37aa8f..fcf0585d21a 100644 --- a/src/libraries/System.Net.Requests/tests/project.json +++ b/src/libraries/System.Net.Requests/tests/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1-rc4-24206-03", - "System.IO.Compression": "4.1.0-rc4-24201-00", + "System.IO.Compression": "4.1.0-rc4-24206-03", "System.Linq.Expressions": "4.1.0-rc4-24206-03", "System.Net.Http": "4.1.0-rc4-24206-03", "System.Net.NetworkInformation": "4.1.0-rc4-24206-03", -- GitLab