- Make a file called
nuget.config
in the same directory as the solution - Open it and add this as the contents:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Local Repo" value="./lib" />
</packageSources>
</configuration>
Replace value="./lib"
with whatever folder you have that contains your NuGet packages.