I'm upgrading my application from .NET Core 3.1 to 6.0 and in the process moving the sqlclient from 2.0.0 to 4.1.0
I was expecting 4.1.0 version be in runtimes\win\lib\net6.0?From the debugger Modules I see it's still in runtimes\win\lib\netcoreapp3.1
Is there some other SQL Client package for .NET 6?