Multi-Level dependency resolution for nuget packages? #971
Unanswered
someDude1985
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a .NET Framework 4.6 project which references multiple different nuget packages. These nuget packages depend themself on other nuget packages. However those dependencies are not listet in the generated CycloneDX JSON file. For Example the nuget for SQLite Data has a dependency to SQLite.Core

However my CycloneDX-File does not contain those dependencies though both are listed in the project:

Is this by design? Or am I missing an option?
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions