I am trying to use some references in Visual Studio, I have installed NuGet to use some libraries.
Is there a way to use only part of the package installed with NuGet? For example, if I am using TeklaOpenApi and the following .dll files are installed with this package:
- TeklaModel
- TeklaDialog
- TeklaDrawing
Use for example just TeklaModel, could I do this using NuGet?