From 64210d35924723b688c516a0878e12e645c9178b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 17 Oct 2023 09:10:59 +0200 Subject: [PATCH] Remove stale dependencies from SqlClient The System.Security.Cryptography.Cng and System.Security.Principal.Windows packages don't ship anymore since .NET 5 and are provided by the .NETCoreApp framework implicitly. Removing dependencies to those for .NETCoreApp TFMs to stop bringing these older versions in transitively. Fixes https://github.com/dotnet/runtime/issues/93577 --- tools/specs/Microsoft.Data.SqlClient.nuspec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/specs/Microsoft.Data.SqlClient.nuspec b/tools/specs/Microsoft.Data.SqlClient.nuspec index c49973874b..0429ad011e 100644 --- a/tools/specs/Microsoft.Data.SqlClient.nuspec +++ b/tools/specs/Microsoft.Data.SqlClient.nuspec @@ -50,8 +50,6 @@ When using NuGet 3.x this package requires at least version 3.4. - - @@ -64,8 +62,6 @@ When using NuGet 3.x this package requires at least version 3.4. - -