0

I'm hosting private repository for Nuget libraries. Always I update any library to a newer version and go to Manage Nuget Packages I can't see "update" button. There's only one option, to install.

What am I doing wrong?

enter image description here

enter image description here

gandarez
  • 2,609
  • 4
  • 34
  • 47

1 Answers1

0

To update a nuget package in your project you should go to updates tab in the packages manager. If the newest package was published to your private repository, you should be albe to see this version. Click it and press update button.

enter image description here

Rob
  • 9,664
  • 3
  • 41
  • 43