Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 Nuget 中进行更新时,它会显示项目中任何位置都没有安装的包。我搜索说“SimpleJson”,项目中没有任何内容引用它。我怎样才能从更新列表中摆脱它?
尝试使用Uninstall-package SimpleJson命令。它应该删除解决方案中的任何“幽灵”引用。
Uninstall-package SimpleJson