Getting all your private nugets onto .NET standard 2.0 first will help immensely. You can add precompiler directives for anything strictly incompatible. After that it’s just the usual dependency hell that plagues every modern ecosystem.
Also have a look at the MS upgrade/migration guides for .NET. They’re exhaustive and extremely helpful.
Also have a look at the MS upgrade/migration guides for .NET. They’re exhaustive and extremely helpful.