<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.IO.Compression.ZipArchiveEntry

public class ZipArchiveEntry
namespace System.IO.Compression { public class ZipArchiveEntry { public ZipArchive Archive { get; } public long CompressedLength { get; } public string FullName { get; } public DateTimeOffset LastWriteTime { get; set; } public long Length { get; } public string Name { get; } public void Delete(); public Stream Open(); } }