3 references to AssetTargetFallbackFramework
NuGet.Commands (1)
Utility\AssetTargetFallbackUtility.cs (1)
48return new AssetTargetFallbackFramework(projectFramework, assetTargetFallback.AsList());
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
210nuGetFramework = new AssetTargetFallbackFramework(nuGetFramework, tfi.Imports.AsList());
NuGet.ProjectModel (1)
JsonPackageSpecReader.cs (1)
78updatedFramework = new AssetTargetFallbackFramework(GetDualCompatibilityFrameworkIfNeeded(frameworkName, secondaryFramework), imports);