4 references to FindBestCompileAssetForFramework
Microsoft.DotNet.PackageValidation (4)
Validators\BaselinePackageValidator.cs (2)
41IReadOnlyList<ContentItem>? baselineCompileAssets = options.BaselinePackage.FindBestCompileAssetForFramework(baselineTargetFramework); 45IReadOnlyList<ContentItem>? latestCompileAssets = options.Package.FindBestCompileAssetForFramework(baselineTargetFramework);
Validators\CompatibleFrameworkInPackageValidator.cs (1)
42IReadOnlyList<ContentItem>? compileTimeAsset = options.Package.FindBestCompileAssetForFramework(framework);
Validators\CompatibleTFMValidator.cs (1)
41IReadOnlyList<ContentItem>? compileTimeAsset = options.Package.FindBestCompileAssetForFramework(framework);