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

System.Reflection.Metadata.AssemblyReferenceHandle

namespace System.Reflection.Metadata { public struct AssemblyReferenceHandle : IEquatable<AssemblyReferenceHandle> { public bool IsNil { get; } public static implicit operator Handle(AssemblyReferenceHandle handle); public static implicit operator EntityHandle(AssemblyReferenceHandle handle); public static explicit operator AssemblyReferenceHandle(Handle handle); public static explicit operator AssemblyReferenceHandle(EntityHandle handle); public static bool operator ==(AssemblyReferenceHandle left, AssemblyReferenceHandle right); public bool Equals(AssemblyReferenceHandle other); public static bool operator !=(AssemblyReferenceHandle left, AssemblyReferenceHandle right); } }