14 references to FrameworkUtilities
Microsoft.DotNet.Build.Tasks.Packaging (14)
CreateTrimDependencyGroups.cs (3)
117FrameworkUtilities.IsPortableMoniker(group.TargetFramework) != FrameworkUtilities.IsPortableMoniker(nearestGroup.TargetFramework)) 205return FrameworkUtilities.Ensure4PartVersion(versionString);
GeneratePackageReport.cs (2)
129if (!FrameworkUtilities.IsGenerationMoniker(fx) && !fx.IsPCL) 208fx = FrameworkUtilities.ParseNormalized(framework.ItemSpec);
HarvestPackage.cs (1)
184fx = FrameworkUtilities.ParseNormalized(framework.ItemSpec);
PackageIndex.cs (2)
276Version assemblyVersion = FrameworkUtilities.Ensure4PartVersion(assemblyVersionString); 296Version assemblyVersion = FrameworkUtilities.Ensure4PartVersion(assemblyVersionString);
PromoteDependencies.cs (2)
63var nearestLibFx = FrameworkUtilities.GetNearest(refFx, libFxs); 77var nearestRefFx = FrameworkUtilities.GetNearest(libFx, refFxs);
ValidatePackage.cs (4)
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))) 463fx = FrameworkUtilities.ParseNormalized(framework.ItemSpec); 509fx = FrameworkUtilities.ParseNormalized(fxString);