0

I would like to install a package i downloaded called swatch.AutofacConfiguration.1.3.0.nupkg

I have it stored locally. I just dont know how to install it.

I have tried using commands like nuget install nuget add -Source some/directory my.nupkg

I would like to add it to my solution please

swatch360
  • 160
  • 2
  • 15

1 Answers1

0

The first thing I would suggest is instead of using the PMC (Package Manager Console) in Visual Studio use the Nuget Package Manager (which you can find by typing into the search bar at the top of the IDE).

Since the file extension is nupkg you can most definitely find it on there and have visual studio handle the installation and referencing. I hope that helps.