cyclonedx-dotnet icon indicating copy to clipboard operation
cyclonedx-dotnet copied to clipboard

Failed to find project.assets.json when there are multiple projects in one solution

Open mihirjoshi21 opened this issue 1 year ago • 0 comments

This is the project structure I have is this.

project
│   Project.sln  
│
└───Project.Data
│   │   Project.Data.csproj
│   │
└───Project.Services
│   │   Project.Services.csproj
│   │
└───Project.Tests
    │   Project.Tests.csproj
    │    

It is trying to find the project.assets.json file inside each projects while they are generated inside the artifacts in the project root

mihirjoshi21 avatar Aug 01 '22 23:08 mihirjoshi21