Skip to content

Commit 7a8a963

Browse files
committed
Make StreamReaderExtensions internal
1 parent cee0602 commit 7a8a963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ramstack.FileSystem.Abstractions/Utilities/StreamReaderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace System.IO;
77
/// <summary>
88
/// Provides extension methods for the <see cref="StreamReader"/> to offer API compatibility with newer .NET versions.
99
/// </summary>
10-
public static class StreamReaderExtensions
10+
internal static class StreamReaderExtensions
1111
{
1212
/// <summary>
1313
/// Reads a line of characters asynchronously from the current stream and returns the data as a string.

0 commit comments

Comments
 (0)