1 write to RootFramework
NuGet.Frameworks (1)
AssetTargetFallbackFramework.cs (1)
44RootFramework = framework;
10 references to RootFramework
NuGet.Commands (3)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
561return assetTargetFallbackFramework.RootFramework;
RestoreCommand\Utility\LockFileUtils.cs (2)
135orderedCriteriaSets.Add((CreateCriteria(codeConventions, assetTargetFallback.RootFramework, runtimeIdentifier), false)); 137if (assetTargetFallback.RootFramework is DualCompatibilityFramework dualCompatibilityFramework)
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
226targetFramework = atfFramework.RootFramework;
NuGet.Frameworks (4)
AssetTargetFallbackFramework.cs (4)
62return new FallbackFramework(RootFramework, Fallback); 83if (RootFramework is DualCompatibilityFramework dualCompatibilityFramework) 119var thisDcf = RootFramework as DualCompatibilityFramework; 120var otherDcf = other.RootFramework as DualCompatibilityFramework;
NuGet.ProjectModel (2)
PackageSpecReferenceDependencyProvider.cs (1)
317? atf.RootFramework
PackageSpecWriter.cs (1)
558return assetTargetFallbackFramework.RootFramework;