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