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