There is some good documentation here how to manually upgrade to .NET 6: https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60
But I have a large solution with many projects that references many of NuGet-packages that need to be upgraded. Is there any automatic way to do upgrade the project files?
