I'm trying to make MySQL Connector 8.0.33.1 show in the Visual Studio references (what is showing there is still version 7 even though I've uninstalled that). The version that is there does not support "caching_sha2_password" authentication, which is causing me problems. What should I do?
I tried adding it to the NuGet packages and clearing the cache of the NuGet Package Manager and I tried re-starting the Visual Studio, but all that didn't work. I had thought that by doing all these, the proper MySQL.Data version would appear in the extensions.
6.10.9to8.0.11. Please post your.csprojandobj\project.assets.jsonfiles. The.csprojfile contains the NuGet packages you added asPackageReferenceelements. Theproject.assets.jsoncontains all dependencies, both direct and indirect. Perhaps you're using some other package that depends on a v7 version, like Oracle's MySQL provider for Entity Framework