.net - NuGet package wont appear in references -


i trying install nuget package private package source, , whenever try install or update specific package, doesn't appear in project's references folder in visual studio.

the packages.config file says installed, isn't listed in references. has else had issue? know how fix it?

i using visual studio 2015 enterprise on windows 8.1 machine.

according reply comment, reason problem should related privately package. can verify installing common package nuget.org, newtonsoft.json, check if add reference after install package.

not sure how create privately package, provide simple workaround test it:

  1. download nuget package explorer.
  2. open nuget package explorer, select create new package.
  3. add lib folder on content tab, , add dll file
  4. save package , install project, check if add reference.

enter image description here

hope can you.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -