Can't change version of the packages from the Azure Devops NuGet feed
In Rider 2024.3.3 the Version box is allways disabled for the packages from the Azure Devops NuGet source. I still can upgrade package to the latest version which is set in this box by default but there is no way to select the different version.
The version is not disabled for the packages from the nuget.org source.
Please sign in to leave a comment.
I had this problem and it was because I was using Rider integrated auth.
Try changing it by going to ‘Tools’ in the menu, ‘NuGet’ and then ‘NuGet Settings’. Once you're in the settings, scroll down to the bottom where it says ‘Credential Providers’. By default, it will say ‘Rider Integrated’. Change this to an alternative option, hit save and restart Rider.
Once I restarted, I was then able to select different versions of my hosted packages on Azure.