You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds a task to modify project references coming from a solution file. When project build order is used the solution file read by restore contains links to .metaproj files instead of the actual projects. The actual project can be found by removing the metaproj extension.
Cleaning up _SplitProjectReferencesByFileExistence, the outputs from this are not used since ProjectReference is used direcetly. There is no reason to depend on this external target.
FixesNuGet/Home#4869FixesNuGet/Home#4578
NuGet.targets fails to find _SplitProjectReferencesByFileExistence when called outside of a project.
This issue is to track investigating if this target is still required and how to work around the problem.
The text was updated successfully, but these errors were encountered: