From 5e24527b971367f02c128562ef52961855a209cf Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Fri, 2 Feb 2024 09:11:16 -0800 Subject: [PATCH] Update SqlClient and ship M.W.C --- eng/Versions.props | 2 +- .../src/Microsoft.Windows.Compatibility.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index d020ffab9cb004..14da15a86d5e23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -74,7 +74,7 @@ 4.5.1 4.3.0 5.0.0 - 4.8.5 + 4.8.6 4.5.0 4.3.0 4.3.0 diff --git a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj index bc6c1decca31c1..324091a939e7ff 100644 --- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj +++ b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj @@ -5,8 +5,8 @@ false true - false - 6 + true + 7 $(NoWarn);NU5128 This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.