React to logging changes
This commit is contained in:
parent
f540174114
commit
f5944178e2
|
|
@ -49,7 +49,7 @@ namespace Microsoft.AspNetCore.DataProtection
|
||||||
_factory = factory;
|
_factory = factory;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDisposable BeginScopeImpl(object state)
|
public IDisposable BeginScope<TState>(TState state)
|
||||||
{
|
{
|
||||||
return new DummyDisposable();
|
return new DummyDisposable();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue