<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Collections.Immutable.IImmutableSet<T>

IImmutableSet<T> Add(T value)

bool Contains(T value)

bool IsSubsetOf(IEnumerable<T> other)

bool IsSupersetOf(IEnumerable<T> other)

bool Overlaps(IEnumerable<T> other)

IImmutableSet<T> Remove(T value)

bool SetEquals(IEnumerable<T> other)

bool TryGetValue(T equalValue, out T actualValue)