Ask Your Question
1

Where can I find the location of the NuGet packages I have downloaded for my project?

asked 2021-10-18 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-04-14 05:00:00 +0000

pufferfish gravatar image

You can typically find the location of the NuGet packages in your project's solution folder or in the packages folder within your project's folder.

To find the solution folder, navigate to your project's solution, right-click on the solution in the Solution Explorer, and select "Open Folder in File Explorer."

To find the packages folder within your project's folder, navigate to your project's folder, and look for a folder called "packages."

Alternatively, you can also find the location of the NuGet packages by right-clicking on a project in the Solution Explorer, selecting "Manage NuGet Packages," and then clicking on the "Installed" tab. From there, you can see a list of all the NuGet packages installed for that project and their corresponding locations.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-18 11:00:00 +0000

Seen: 10 times

Last updated: Apr 14 '22