When trying to install a package from our newly created private Nuget Feed i get the following error.
Could not install package \'GC.Timecode 1.0.0.3\'. You are tryi
If you're using nuspec make sure that all installed packages are noted as "dependencies" in the metadata.
Adding all the packages solved this issue for me.