# NuGet
> NuGet (pronounced "New Get") is a package manager, primarily used for packaging and distributing software written using the .NET framework.
> [Wikipedia](https://en.wikipedia.org/wiki/NuGet)
If you need to generate a list of used packages along with their licenses see [[Getting a List of Referenced Nuget Packages Along With Their Licenses]].
## Tools
- [fuget.org](https://www.fuget.org/) is a much better Nuget frontend.
- [Sleet](https://github.com/emgarten/sleet) is a static site generator for Nuget feeds.
## Troubleshooting
- [[Multiple Entries With the Same BundleRelativePath]]