mrward / monodevelop-nuget-addin

NuGet addin for MonoDevelop and Xamarin Studio
MIT License
264 stars 38 forks source link

NuGet Version 2.12? #66

Closed nasheayahu closed 8 years ago

nasheayahu commented 8 years ago

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?

mrward commented 8 years ago

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.

nasheayahu commented 8 years ago

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.

mrward commented 8 years ago

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

nasheayahu commented 8 years ago

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

mrward commented 8 years ago

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

nasheayahu commented 8 years ago

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