I have Referenced MySql.Data
on one project and Other project referenced nuget package which also referenced MySqlConnector
inside of it. projects has dependency .
when i compile application im getting this error
This is application hierarchy
is there any way to avoid this? or did i do anything wrong when referencing packages?
Thanks
UPDATE this is the same namespaces from difference libs
UPDATE 2
This is the sample repo which reproduced same issue