Move logger resolver to System.Logging

Nit fixes
This commit is contained in:
Alexandru Macocian
2021-07-10 13:01:47 +03:00
parent a6572a1d15
commit 8bfb8f1757
4 changed files with 6 additions and 7 deletions
@@ -1,6 +1,6 @@
using System.Extensions;
using System.Configuration;
namespace System.Configuration
namespace System.Extensions.Configuration
{
public sealed class UpdateableOptionsWrapper<T> : IUpdateableOptions<T>
where T : class