Steps to reproduce:<br />1. Create new solution with new project in it<br />2. add some dependency, i.e: via PM> Install-Package Nancy<br />3. Project->Enable Nuget Package Restore [1]<br />4. Commit your solution somewhere.<br />5. Check out solution in a Linux machine with Mono 3.0.<br />6. Build it with xbuild.<br /><br />Expected results:<br />Should work.<br /><br />Current results:<br />XBuild generates some warnings about not finding some nuget things [1]<br />The above warnings are "ignored", then when really trying to build the solution, it doesn't find the libraries (references) of the nuget packages installed.<br /><br />[1] This step modifies the project in this way:<br />- Adds a ".nuget" folder.<br />- Adds 4 files inside the .nuget folder: NuGet.Config, NuGet.exe, NuGet.targets, packages.config<br /><br />[2] One of the warnings is:<br /><br />WebApplication1.csproj: warning : Could not find project file //.nuget/nuget.targets, to import. Ignoring.<br /><br />Pull request coming.
Comments: Pull request accepted. Mark this bug as fixed.
Comments: Pull request accepted. Mark this bug as fixed.