diff --git a/Directory.Packages.props b/Directory.Packages.props
index c5c4f4ad..12f02c6a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,22 +5,22 @@
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
diff --git a/src/Renci.SshNet/Common/ChannelInputStream.cs b/src/Renci.SshNet/Common/ChannelInputStream.cs
index b7e4be24..0ab29d12 100644
--- a/src/Renci.SshNet/Common/ChannelInputStream.cs
+++ b/src/Renci.SshNet/Common/ChannelInputStream.cs
@@ -79,7 +79,7 @@ namespace Renci.SshNet.Common
/// The sum of offset and count is larger than the buffer length.
/// Methods were called after the stream was closed.
/// The stream does not support reading.
- /// is null.
+ /// is .
/// An I/O error occurs.
/// offset or count is negative.
public override int Read(byte[] buffer, int offset, int count)
@@ -96,7 +96,7 @@ namespace Renci.SshNet.Common
/// An I/O error occurs.
/// The stream does not support writing.
/// Methods were called after the stream was closed.
- /// is null.
+ /// is .
/// The sum of offset and count is greater than the buffer length.
/// offset or count is negative.
public override void Write(byte[] buffer, int offset, int count)
@@ -133,7 +133,7 @@ namespace Renci.SshNet.Common
///
/// Releases the unmanaged resources used by the Stream and optionally releases the managed resources.
///
- /// true to release both managed and unmanaged resources; false to release only unmanaged resources.
+ /// to release both managed and unmanaged resources; to release only unmanaged resources.
protected override void Dispose(bool disposing)
{
if (!_isDisposed)