mrward/monodevelop-nuget-addin

NuGet Version 2.12?

Closed this issue · 6 comments

MonoDevelop 5.10
openSuse Tumbleweed Lastest Version & Updates

Hi,

Trying to add the main Rx package, but I need the NuGet 2.12 version:

Adding System.Reactive...
The 'System.Reactive 3.0.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.

Is there an update?

Not for MonoDevelop 5.10. MonoDevelop 6.0.2 supports NuGet 2.12.

For MonoDevelop 5.10 you may be able to just replace the NuGet.Core.dll and the Microsoft.Web.Transform.Xml.dll that ships with MonoDevelop 5.10 with the NuGet 2.12 versions available from GitHub. Wherever MonoDevelop is installed on your machine the NuGet addin is installed in the AddIns/MonoDevelop.PackageManagement subdirectory. I would take a backup of the existing .dll files before replacing them with the new versions.

Thanks for the reply! Okay, I will make the changes and by the way, what is the best distro for MonoDevelop. I'm trying to create a software development OS, so I don't have to wait for an update.

I do not have any recommendations for the best distro to use for MonoDevelop. I have used both OpenSuse and Ubuntu.

How can I update to the current version without installing Windows as a VM?

For MonoDevelop v6 you will either have to compile from source or you can use FlatPak which is currently available as a preview.

Okay, yea, I saw that, so I'll give it try... Thanks!...