From 7f390816b48b55d75e1c5770203091370691c5c7 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 31 Mar 2020 17:04:47 -0700 Subject: [PATCH 1/2] Fix System.Data.SqlClient version Fixes https://github.com/dotnet/runtime/issues/34351 --- src/libraries/pkg/baseline/packageIndex.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/libraries/pkg/baseline/packageIndex.json b/src/libraries/pkg/baseline/packageIndex.json index 355f92248ac1a2..e143135a6884ce 100644 --- a/src/libraries/pkg/baseline/packageIndex.json +++ b/src/libraries/pkg/baseline/packageIndex.json @@ -2256,9 +2256,11 @@ "4.5.1", "4.6.0", "4.6.1", - "4.7.0" + "4.7.0", + "4.8.0", + "4.8.1", ], - "BaselineVersion": "5.0.0", + "BaselineVersion": "4.8.0", "InboxOn": { "net461": "4.1.0.0", "monoandroid10": "Any", @@ -7249,4 +7251,4 @@ "System.Xml.XDocument" ] } -} \ No newline at end of file +} From 7e8e87dcde083022e017d04be59da1b261b71dd6 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 31 Mar 2020 18:29:19 -0700 Subject: [PATCH 2/2] Update Microsoft.Windows.Compatibility.pkgproj --- .../Microsoft.Windows.Compatibility.pkgproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj b/src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj index 4129362ad7267a..e4c7626a73c4b2 100644 --- a/src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj +++ b/src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj @@ -59,7 +59,7 @@ 4.5.0 - 4.8.0 + 4.8.1