Unity Container Upgrade Woes
I’m working on getting an older .NET Framework solution upgraded from .NET 4.6.1 to 4.8. While doing that I’m also switching it from packages.config style to PackageReference style and updating the NuGet dependencies to the latest versions. I suppose the first question is, why do that? The main driver is a colleague needs to consume […]