Ejemplo n.º 1
0
 void UpdateAllNuget_Click(object sender, RoutedEventArgs e)
 {
     ServiceData.SelectMany(x => x.References).Do(x => x.ShouldUpdate = true);
     ServiceData.ForEach(x => x.UpdateSelectedPackages());
 }