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