visual studio - Errors resolving NuGet Packages after TFS Download -


i'm having strange problem of nuget packages aren't resolving after full download of solution team foundation server in vs2015 pro.

errors

errors

the solution working before + trying install packages again vs reckons exists.

any ideas?

my suggestion firstly latest on project , if doesnt work reinstall projects packages using package manager on project.

uninstall-package simplecrypto  install-package simplecrypto   uninstall-package microsoft.owin install-package microsoft.owin  uninstall-package owin install-package owin  uninstall-package entityframework install-package entityframework 

https://www.nuget.org/packages/simplecrypto/

https://www.nuget.org/packages/microsoft.owin/

https://www.nuget.org/packages/owin/

https://www.nuget.org/packages/entityframework


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -