1 implementation of IsExcluded
Microsoft.DotNet.PackageValidation (1)
Filtering\TargetFrameworkFilter.cs (1)
21public bool IsExcluded(NuGetFramework framework) => IsExcluded(framework.GetShortFolderName());
1 reference to IsExcluded
Microsoft.DotNet.PackageValidation (1)
Validators\BaselinePackageValidator.cs (1)
35options.BaselinePackageFrameworkFilter.IsExcluded(baselineTargetFramework))