【发布时间】:2018-07-05 22:21:08
【问题描述】:
我的两个 vscode C# aspnetcore 项目显示了第三方模型的不同版本,我手动更改了 .csproj 以指向正确的 nuget 包版本。我已经运行了以下命令:
- nuget locals all -clear
- nuget 恢复
然而,当我转到模型上的定义时,它仍然显示旧版本。是什么赋予了?
【问题讨论】:
-
旧的DLL还存在吗?检查您的项目文件夹。
标签: asp.net-core nuget nuget-package-restore