2 references to Agnostic
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NuGetFrameworkFactory.cs (2)
23
public static readonly NuGetFramework AgnosticFramework = new(FrameworkConstants.SpecialIdentifiers.
Agnostic
);
516
else if (StringComparer.OrdinalIgnoreCase.Equals(frameworkString, FrameworkConstants.SpecialIdentifiers.
Agnostic
))