Ejemplo n.º 1
0
 public static IReadOnlyCollection <string> GetRuntimeIdentifiers(this Project project)
 {
     return(project.GetSplittedPropertyValue("RuntimeIdentifier", "RuntimeIdentifiers"));
 }
Ejemplo n.º 2
0
 public static IReadOnlyCollection <string> GetTargetFrameworks(this Project project)
 {
     return(project.GetSplittedPropertyValue("TargetFramework", "TargetFrameworks"));
 }