remove nuget package restore from solution
I didn’t look very well, there’s another property added to the project files: <RestorePackages>true</RestorePackages> Just have to remove this as well as all these lines manually from all *.csproj files: <Import Project=”$(SolutionDir)\.nuget\nuget.targets” /> UPDATE: Turns out it’s a persistent little bugger, if you’re manually editing your project files, make sure to close the solution and … Read more