corgibytes / freshli-lib

A tool for collecting historical metrics about a project's dependencies
MIT License
17 stars 1 forks source link

Add support for packages.config NuGet manifests #628

Open doughertym opened 1 year ago

doughertym commented 1 year ago

The Children Inc. analysis revealed that NuGet dependency manifest can also be stored in packages.config files.

This is also dependent on https://github.com/corgibytes/freshli-web/issues/229 since both types (*.csproj and packages.config) need to be read and analyzed.