Consume NuGet packages
You can install, update, and remove NuGet packages using the context menu of the Solution Explorer .
Browse installed NuGet packages
ReSharper displays installed NuGet packages in the Solution Explorer, under Dependencies | Packages:

Install NuGet packages
Right-click a project in the Solution Explorer (or alternatively, Dependencies or Packages node inside that project), and choose Install NuGet Package:

In the popup that opens, type the name of the package you want to install and press Enter. ReSharper will display the list of packages that matches the search term. After that, you can type in the popup to narrow down the list:

Double-click the desired package. It will be installed in the project and you will see the confirmation message:

08 December 2025