Hazel ππ
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Data.SqlClient
Switched also to SqlClient 6.0.0-preview, still says 5.0.0.0 is missing.The fact that it's looking for
5.0.0.0
across two version spec changes on your part indicates that something here is referencing a lower version; and it won't respect the higher version as a result. I recommend digging through the dependency chain (to include the import you have) and locate what's referencing the lower version.
I don't have enough time to dig much deeper than that right now, but hopefully that helps.5 replies