Created
April 3, 2018 18:34
-
-
Save KingsleyOmon-Edo/59c4d2509100f6eeb8dcc5d91b4cbfda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<config> | |
<add key="repositoryPath" value="..\lib" /> | |
</config> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist shows how to configure nuget package manager to save downloaded packages to a "lib" folder above the current solution folder.