Skip to content

Commit 4dc0698

Browse files
committed
override disposeasync in net6
1 parent 6f7f1e8 commit 4dc0698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICSharpCode.SharpZipLib/Zip/Compression/Streams/DeflaterOutputStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ protected override void Dispose(bool disposing)
412412
}
413413
}
414414

415-
#if NETSTANDARD2_1
415+
#if NETSTANDARD2_1_OR_GREATER
416416
/// <summary>
417417
/// Calls <see cref="FinishAsync"/> and closes the underlying
418418
/// stream when <see cref="IsStreamOwner"></see> is true.

0 commit comments

Comments
 (0)