mrward / monodevelop-nuget-extensions

Extends the MonoDevelop NuGet addin
MIT License
72 stars 9 forks source link

This add-in can't be loaded due to missing dependencies #12

Closed RevanthReddyT closed 8 years ago

RevanthReddyT commented 8 years ago

The Following dependencies required by this add-in are not available: Required: MonoDevelop.Core v6.0, found v6.0.1 Required: MonoDevelop.Ide v6.0, found v6.0.1

Xamarin 6.0.1 (build 8) MAC

mrward commented 8 years ago

Yeah unfortunately there is a bug in Xamarin Studio 6.0.1 which is flagging all addins that target 6.0 as being incompatible with 6.0.1 which is incorrect. This has been fixed in Xamarin Studio but it looks like it will not be shipped until 6.0.2 of Xamarin Studio is released.

The only thing I can do is build another version of the addin that explicitly targets 6.0.1 but then that will not work with 6.0.

mrward commented 8 years ago

For now I have put a new 0.11.1 version of .mpack file on GitHub which works with Xamarin Studio 6.0.1.

RevanthReddyT commented 8 years ago

It worked. Thank You.