You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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 theDebug | Any CPU
solution configuration:"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.
The text was updated successfully, but these errors were encountered: