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