Skip to content

Commit e48e7e1

Browse files
committed
Updated reference assemblies
1 parent e3b3db3 commit e48e7e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/WebUtilities/ref/Microsoft.AspNetCore.WebUtilities.netcoreapp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ protected override void Dispose(bool disposing) { }
149149
public override System.Threading.Tasks.Task<int> ReadAsync(char[] buffer, int index, int count) { throw null; }
150150
[System.Diagnostics.DebuggerStepThroughAttribute]
151151
public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<char> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
152+
public override string ReadLine() { throw null; }
152153
[System.Diagnostics.DebuggerStepThroughAttribute]
153154
public override System.Threading.Tasks.Task<string> ReadLineAsync() { throw null; }
154155
}

0 commit comments

Comments
 (0)