foundation-package/third-party/ReadMe.md

10 lines
395 B
Markdown

Third-Party Libraries
---------------------
Modern .NET projects use NuGet to manage their dependencies. Dependencies will
be downloaded into this directory when you do a "NuGet restore" or compile
a project in Microsoft's Visual Studio IDE.
NuGet is essentially .NET's package manager, similar to Cargo, PIP or npm,
just less pleasant to use and very poorly integrated into the build system.