I have three projects(main project, integration test project, unit test project) that are located in a solution A. I want to use them in solution B now. So I read that creating a project template is the cleanest way to do it. So I created project templates for each project and added new projects based on these template in solution B.
The main project works flawlessly, while the references on the unit test and integration test projects are all broken (yellow triangle).
How can I repair them? They have references to the main project and nuget packages.