Skip to content

Instantly share code, notes, and snippets.

@tmori3y2
Last active October 31, 2016 12:38
Show Gist options
  • Save tmori3y2/bc319b86b1fa40f7215d to your computer and use it in GitHub Desktop.
Save tmori3y2/bc319b86b1fa40f7215d to your computer and use it in GitHub Desktop.
NuGet.config placed the ancestor path of solutions
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value=".\packages" />
</config>
<packageSources>
<add key="LocalPackageSource" value=".\NuGetPackageSource" />
</packageSources>
</configuration>
@tmori3y2
Copy link
Author

  • WorkingDir
    • SolutionDir1
    • SolutionDir2
    • packages [package repository]
    • NuGetPackageSource [local package source]
    • NuGet.config [this file]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment