How to resolve .NET reference and NuGet package version conflicts

from blog Blog posts on .NET Software Development, C#, and Debugging on Michael's Coding Spot, | ↗ original
Some problems in programming seem to stay and bother us forever. Much like cockroaches, these problems resist technological advancements and increasing human knowledge. One such problem is the infamous DLL Hell (and variations of it). The original DLL hell issue was this: Several applications use a shared DLL file. Then, one of the applications...