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