I heard that there is a feature called Shadow Dependencies in Java which allows us to rename the package. A benefit of this feature is that we can have diamond dependencies without version conflicts.
Is there a feature like this in .NET?
Thank you very much!