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