本文介绍了从References中删除pagedList.mvc包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经从References中删除了PagedList包,而它仍然在Package.config中,当我重新安装它时,它不再显示在References中
I have deleted PagedList package from References while it is still in Package.config and when I reinstall it it dose not show in References any more
我也尝试恢复NUGET包但我没有启用还原NUGET包的选项
Also I try to restore NUGET package but I don't have the option of Enable Restore NUGET package
我该怎么做才能恢复这个特定的包
What should I do to restore this specific packages
推荐答案
感谢您发布在这里。
对于您的问题,我安装 PagedList并从引用中删除。
For your question, I install the PagedList and delete from reference.
您可以尝试卸载并安装该软件包。它将再次显示参考。
You could try to uninstall and install the package. It would show in reference again.
最好的问候,
Wendy
这篇关于从References中删除pagedList.mvc包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!