<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />
System.Collections.Immutable.IImmutableArray
namespace System.
Collections.
Immutable
{
internal interface IImmutableArray
{
Array Array { get; }
void ThrowInvalidOperationIfNotInitialized();
}
}