React to logging changes

This commit is contained in:
BrennanConroy 2016-04-01 11:57:13 -07:00
parent 84c897543e
commit 269380e651
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace Microsoft.Net.Http.Server
private class NullLogger : ILogger
{
public IDisposable BeginScopeImpl(object state)
public IDisposable BeginScope<TState>(TState state)
{
return new NullDispose();
}