Nuget 巩固与更新

在 NuGforVisualStudio2015中,合并更新操作之间有什么区别?在这两种情况下,我都选择了一个特定的版本,我想在选定的项目中使用。

21897 次浏览

Sometimes the versions installed into projects within a solution can drift apart and it is necessary to consolidate the versions in use.

See https://docs.nuget.org/release-notes/nuget-3.0-preview for more information.

According to this blog, it simply makes it easier to update different versioned NuGet packages across your projects

The Update tab is geared to display packages which have updates available while the consolidation tab is geared to display discrepancies between projects where both consume the same nuget package but are targeting different versions.

Consolidate has now been documented here: NuGet Package Manager UI -> Consolidate tab


Tthanks to @kraigb to getting this into the official docs; reference: GitHub Issue