I'm net with C# and Visual Studio 2017. It seems that VS says that Nuget packages are missing. When I'm trying to build the solution the console outputs the following:
"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 D:\xxxx\xxxx\Desktop\Koodipohjaa\trunk\.nuget\NuGet.targets"
The project is copied from the original location to the desktop (because reasons). In /trunk/ I have a folder called "packages" but no ".nuget" folder. I've tried the "restore nuget packages" from the solution level and it says that there is nothing to update. When I open the references from the project, there is this very cute little yellow triangle with all the packages.
I've tried to update packages, remove them all and reinstalling them automatically etc. In "nuget package manager" I have tried all possible in package restore.