Open
Description
Describe the bug
With this project structure:
- ProjA.csproj
- ProjectReference: ProjB.csproj
-ProjB.csproj - ProjectReference: ProjC.esproj
- ProjectReference: ProjB.csproj
- ProjC.esproj
Building the solution fails with because it is looking for ProjC.dll
This is caused by the IgnoreJavaScriptOutputAssembly target in Microsoft.Common.CurrentVersion.targets running before IncludeTransitiveProjectReferences
To Reproduce
Exceptions (if any)
Further technical details
- Include the output of
dotnet --info
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version