Quick hack to extract dependencies & their versions from msbuild projects. (csproj) Useful for release notes, PCI compliance, and other kinds of documentation.
Emits as CSV.
This might be a better option: https://github.com/nikeyes/DotNetProjectsDependenciesViewer
- Open solution, build
- Run with
project-tool <csproj file>