Ejemplo n.º 1
0
 public static string GetLocalFeed(NuGetVersion version)
 {
     return(version.Is_1_4() ? ourLocalFeed_1_4.Value : ourLocalFeed.Value);
 }