Reacting to ILogger api changes

This commit is contained in:
Kiran Challa 2015-04-04 00:44:36 -07:00
parent da8f694328
commit e3f4e51c0d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace Microsoft.AspNet.DataProtection
_factory = factory;
}
public IDisposable BeginScope(object state)
public IDisposable BeginScopeImpl(object state)
{
return new DummyDisposable();
}