I have a solution with enabled NuGet package restore option. It works on Windows using both Visual Studio and Xamarin Studio.
It fails to build however when using Xamarin Studio on Mac with the following error message:
"Error executing task Exec: Task does not have property "LogStandardErrorAsError" defined" - in nuget.targets
I can probably somehow manually tweak nuget.targets file, but I don't want to to this because I'd like to be able to reuse the solution between all three development environments (VS/Win, XS/Win, XS/Mac). What would be a proper way to achieve this?
Thank you in advance.
Vagif