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