Reacting to ILogger api changes
This commit is contained in:
parent
da8f694328
commit
e3f4e51c0d
|
|
@ -45,7 +45,7 @@ namespace Microsoft.AspNet.DataProtection
|
||||||
_factory = factory;
|
_factory = factory;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDisposable BeginScope(object state)
|
public IDisposable BeginScopeImpl(object state)
|
||||||
{
|
{
|
||||||
return new DummyDisposable();
|
return new DummyDisposable();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue