Visual Studio Restore does not properly pick up package references transitively for project references outside the solution #7417
Labels
Functionality:Restore
Product:VS.Client
Resolution:BlockedByExternal
Progress on this task is blocked by an external issue. When that issue is completed this can proceed
When restoring in VS, if a project has a project reference outside the solution, and that project outside the solution has a PackageReference, the first project (in the sln) will not end up with that package in it's project.assets.json. It works properly when using
MSBuild /t:Restore
Repro steps:
The text was updated successfully, but these errors were encountered: