aboutcode-org / nuget-inspector

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.
https://github.com/nexB/nuget-inspector
4 stars 4 forks source link

Consider resolving for all the target frameworks referenced in a project file #17

Open pombredanne opened 1 year ago

pombredanne commented 1 year ago

Consider resolving for all the target frameworks referenced in a project file. For now the logic is to either:

Fallback to use the generic "any" framework if there are no target frameworks or an unsupported one.

Originally posted by @pombredanne in https://github.com/nexB/nuget-inspector/issues/12#issuecomment-1398083594