示例#1
0
 /// <summary>
 /// Adds the given package to the updated packages list.
 /// </summary>
 internal void AddPackage(PackageUpdateResult packageUpdateResult)
 {
     _updatedPackages.Add(packageUpdateResult);
 }
示例#2
0
 /// <summary>
 /// Adds the given package to the updated nuget list.
 /// </summary>
 internal void AddPackage(PackageUpdateResult packageUpdateResult)
 {
     _updatedNugetsList.Add(packageUpdateResult);
 }