I'm new to Nuget and would like to know how to incorporate it to my work projects. I packaged a couple of dll's and created a local nuget feed. I added it to my visual studio, which I see with all the packages in it. I made sure to click the 'Automatically check for missing packages during build in Visual Studio' and the 'Allow NuGet to download missing packages' options, but when I build my project it's not automatically adding the missing dll references. I also tried the 'restore nuget package' option when I right click my solution, but it just tells me that everything was restored even though I don't see it. Also, I read that it's suppose to create a .nuget, nuget.target, and a nuget.config but I don't see it in my solution. Can someone tell me what am I doing wrong or missing? and how I can fix this issues.
I'm trying to do this in Visual Studio 2015, but will later try it on previous versions.