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
C:\Program Files\dotnet\sdk\1.0.0\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets(92,5): error : Cannot find project info for 'F:\DotNetTest\NoCompile\Library\Library.csproj'. This can indicate a missing project reference. [F:\DotNetTest\NoCompile\App\App.csproj]
Notes
We should look for ReferenceOutputAssembly metadata on ProjectReferences, and skip them when generating the deps.json file.
The text was updated successfully, but these errors were encountered:
Repo steps
Create a project with a ProjectReference that looks like:
<ProjectReference Include="..\Library\Library.csproj" ReferenceOutputAssembly="false" />
dotnet build
the outer project.Expected results
The build should succeed
Actual results
The build fails
Notes
We should look for
ReferenceOutputAssembly
metadata on ProjectReferences, and skip them when generating thedeps.json
file.The text was updated successfully, but these errors were encountered: