Skip to content

Instantly share code, notes, and snippets.

@damirarh
Created May 20, 2013 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damirarh/5614731 to your computer and use it in GitHub Desktop.
Save damirarh/5614731 to your computer and use it in GitHub Desktop.
<!-- Line before the change -->
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- Line after the change (relative path must match your .nuget folder location after the move) -->
<Import Project="..\..\.nuget\NuGet.targets" Condition="Exists('..\..\.nuget\NuGet.targets')" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment