4 references to IsGenerationMoniker
Microsoft.DotNet.Build.Tasks.Packaging (4)
FrameworkUtilities.cs (1)
29return IsGenerationMoniker(dependencyFramework);
GeneratePackageReport.cs (1)
129if (!FrameworkUtilities.IsGenerationMoniker(fx) && !fx.IsPCL)
ValidatePackage.cs (2)
150var allSupportedGenerations = _frameworks.Values.Where(vf => vf.SupportedVersion != null && FrameworkUtilities.IsGenerationMoniker(vf.Framework) && vf.Framework.Version != null) 160.Where(f => IsDll(f.LocalPath) && FrameworkUtilities.IsGenerationMoniker(f.TargetFramework)))