Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors because of missing .nuget folder #4

Open
icnocop opened this issue Aug 23, 2018 · 1 comment
Open

Build errors because of missing .nuget folder #4

icnocop opened this issue Aug 23, 2018 · 1 comment

Comments

@icnocop
Copy link

icnocop commented Aug 23, 2018

Hi.

Thank you for Joyride.

I get the following build errors when I try to build Joyride.sln in Visual Studio 2015 Update 3 using the Debug | Any CPU solution configuration:

C:\github\glorylo\Joyride\Joyride.Starter\Joyride.Starter.csproj(52,5): error : This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is C:\github\glorylo\Joyride\\.nuget\NuGet.targets.
C:\github\glorylo\Joyride\Tests\Android.Native\Tests.Android.Native.csproj(212,5): error : This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is C:\github\glorylo\Joyride\\.nuget\NuGet.targets.

"Allow NuGet to download missing packages" and "Automatically check for missing packages during build in Visual Studio" are enabled in my Visual Studio options.

Should the .nuget folder have been checked in?

Thank you.

@asnaith
Copy link

asnaith commented Sep 13, 2018

@icnocop I fixed it in my fork to build in Visual Studio 2017 by migrating from msbuild-integrated package restore to automatic package, maybe try the same and see if it works in VS2015 asnaith@59632b1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants