From 73da9bb62ee77cd0984d521572f64c60bf098762 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 1 Apr 2020 10:05:44 -0700 Subject: [PATCH] Fix System.Data.SqlClient baseline (#34352) (#34397) * Fix System.Data.SqlClient version Fixes https://github.com/dotnet/runtime/issues/34351 * Update Microsoft.Windows.Compatibility.pkgproj --- .../Microsoft.Windows.Compatibility.pkgproj | 2 +- src/libraries/pkg/baseline/packageIndex.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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 4129362ad7267..e4c7626a73c4b 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 diff --git a/src/libraries/pkg/baseline/packageIndex.json b/src/libraries/pkg/baseline/packageIndex.json index 355f92248ac1a..e143135a6884c 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 +}