Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI option to filter out .Net framework dependencies #40

Open
pombredanne opened this issue Apr 19, 2023 · 1 comment
Open

Add CLI option to filter out .Net framework dependencies #40

pombredanne opened this issue Apr 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pombredanne
Copy link
Member

It would useful to add a CLI option to filter out .Net framework dependencies from the output.
These are typically considered as less interesting and even treated as private assets in lockfiles ike project-assets.json

@pombredanne pombredanne added the enhancement New feature or request label Apr 19, 2023
@georg-eckert-zeiss
Copy link

Are packages which exist in both nuget.org and the .NET SDK (framework references) resolved correctly yet? Like if you have something like System.Text.Json and you reference it from nuget.org in version 4.5.0 it will be replaced ultimatively with e.g. 8.0.0 if you use .NET SDK 8.0.0.

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants