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.
我在 2.2 版中都有本地 NuGet 服务器和 NuGet 库
我想将它们更新到 2.8.1,而不会丢失我在网站上所做的所有包和更改。
反正有这样做吗?
谢谢
我建议您复制您现在拥有的 code/service/web.config 文件作为备份。然后打开管理 nuget 包对话框,转到更新选项卡,然后单击全部更新。
如果 NuGet 检测到包的文件已被修改,它会弹出一个文件冲突对话框,询问您当前的文件(例如代码文件)是否要被覆盖,只需回答“否”即可保留您的原始文件。