+ 1
How to import a C# library from libraries.io
Hi all Iām going to try and make a YouTube down loader tomorrow using Visual Studio. Iām going to import the the NYoutubeDL from libraries.io (https://libraries.io/nuget/NYoutubeDL) and itās given me this code to install it (Install-Package NYoutubeDL -Version 0.6.3) Iām just wondering where do I place it in my console app so that it will download and when I export the project it will be embedded inside of it. Thanks,
1 Answer
+ 1
Use the nuget package manager, under references
https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio