I have a simple console project with one dependency that is a library project. Both are targetting .NET 4.8.
The second project is a project reference in the console project.
I want to migrate both projects to .NET Core. For doing that is use the Visual Studio extension ".NET Upgrade Assistant".
I right clicked on the console project and selected "Upgrade". In the following menu, I choose "Upgrade to a newer .NET version", after that "In-place project upgrade" and then ".NET 7."
I was under the impression that the referenced project would also be upgraded. But that was not the case.
Is there a way to have it also upgraded?

