The Be Sure Blog

Code Snippets | Problem Solving | Tips & Tricks

The Be Sure Blog banner

Find and change NuGet Packages of a .NET application

posted on 31.3.2023 by Below Surface in ".NET"

Using Visual Studio 2022, open your solution. Then within the project, right click on "Dependencies" and select "Manage NuGet Packages...". Now your can move between:

Something confusing for a newcomer might be, that sometimes a specific "Package source" is selected at the top right corner and that may be the reason one can't find the package they are searching for. Just selected "All" to show all available NuGet packages.

Tags:

.net
c#
nuget
package manager
visual studio