Inspect and resolve .NET and NuGet package dependencies like dotnet and nuget do. Fetch manifests data. Runs on Linux, Windows and macOS as a standalone application.
This PR ensures that we handle PrivateAssets and duplicates correctly.
This was a regression from the previous 0.9.1 version that was
resolving the dependencies one at a time and honored privateassets but ignored duplicates in project references.
This PR ensures that we handle PrivateAssets and duplicates correctly. This was a regression from the previous 0.9.1 version that was resolving the dependencies one at a time and honored privateassets but ignored duplicates in project references.