2 references to Any
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NuGetFrameworkFactory.cs (2)
28
public static readonly NuGetFramework AnyFramework = new(FrameworkConstants.SpecialIdentifiers.
Any
);
512
if (StringComparer.OrdinalIgnoreCase.Equals(frameworkString, FrameworkConstants.SpecialIdentifiers.
Any
))