3 references to TargetMonikers
Microsoft.DotNet.Build.Tasks.Packaging (3)
GetApplicableAssetsFromPackages.cs (3)
76if (TargetMonikers == null || TargetMonikers.Length == 0) 82NuGetFramework[] compileFxs = TargetMonikers.Select(fx => NuGetFramework.Parse(fx)).ToArray();