为什么 NuGet 会检查更新包上 TFS 中的所有 csproj 文件?
我有一个包含多个项目的解决方案,许多项目都安装了 NuGet 包,其中一些项目安装了相同的包。当我运行 update-package 时,NuGet 检查每个 csproj 文件,有时它还会向某些项目添加一些 app.config 文件。
I have a solution with multiple projects, many of the projects have NuGet packages installed, some of them have the same packages installed. When I run update-package
NuGet checks out every csproj-file and occasioanlly it also adds some app.config file to some projects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些项目真的得到更新了吗?如果是这样,那么 csproj 文件将被更新。如果程序包添加了 app/web.config 或者您需要绑定重定向以使程序包能够协同工作,则会添加 app/web.config。
Did those projects actually get updated? If so then the csproj file will get updated. app/web.config gets added if a package adds it or if you need binding redirects for the packages to work together.