Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to downgrade a Visual Studio extension?

I need to downgrade NuGet Package Manager extension for Visual Studio 2015 for testing purpose. How to do this? Is there any way to download an older version of this extension and install it into Visual Studio?

like image 520
Mathivanan KP Avatar asked Dec 03 '25 02:12

Mathivanan KP


1 Answers

This site lists all recent releases, you must install the VSIX file. https://github.com/NuGet/Home/releases

like image 133
codelab Avatar answered Dec 05 '25 14:12

codelab