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