Class FrameworkReferenceGroup
A group of FrameworkReference with the same target framework.
public class FrameworkReferenceGroup : IEquatable<FrameworkReferenceGroup>, IFrameworkSpecific
- Inheritance
-
FrameworkReferenceGroup
- Implements
-
IFrameworkSpecific
- Inherited Members
Constructors
FrameworkReferenceGroup(NuGetFramework, IEnumerable<FrameworkReference>)
FrameworkReference group
public FrameworkReferenceGroup(NuGetFramework targetFramework, IEnumerable<FrameworkReference> frameworkReferences)
Parameters
targetFrameworkNuGetFrameworkgroup target framework
frameworkReferencesIEnumerable<FrameworkReference>FrameworkReferences
Properties
FrameworkReferences
FrameworkReferences
public IEnumerable<FrameworkReference> FrameworkReferences { get; }
Property Value
TargetFramework
Group target framework
public NuGetFramework TargetFramework { get; }
Property Value
- NuGetFramework
Methods
Equals(FrameworkReferenceGroup)
public bool Equals(FrameworkReferenceGroup other)
Parameters
otherFrameworkReferenceGroup
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()