4 references to NuGetFramework
Microsoft.DotNet.Build.Tasks.Packaging (1)
Extensions.cs (1)
55
result = new
NuGetFramework
(metadataValue);
NuGet.Frameworks (3)
NuGetFrameworkFactory.cs (3)
18
public static readonly NuGetFramework UnsupportedFramework = new
NuGetFramework
(FrameworkConstants.SpecialIdentifiers.Unsupported);
23
public static readonly NuGetFramework AgnosticFramework = new
NuGetFramework
(FrameworkConstants.SpecialIdentifiers.Agnostic);
28
public static readonly NuGetFramework AnyFramework = new
NuGetFramework
(FrameworkConstants.SpecialIdentifiers.Any);