Is your feature request related to a problem? Please describe.
The latest version of Microsoft.Data.SqlClient 6.1.1 www.nuget.org/packages/Microsoft.Data.SqlClient/6.1.1#dependencies-body-tab has a dependency on 1.14.2 https://www.nuget.org/packages/Azure.Identity/1.14.2#dependencies-body-tab and that pulls in System.Memory (>= 4.5.5) which is already included in the runtime itself and is the reason why it's removed in later versions of the library.
Describe the solution you'd like
Bump the dependency
Describe alternatives you've considered
Letting package pruning deal with it but isn't possible for those still using the .NET 8 SDK for 1 more year.
Additional context
Azure/azure-sdk-for-net#48977 (comment)