+ 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 Respuesta
+ 1
Use the nuget package manager, under references
https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio