Move configuration namespace to system

This commit is contained in:
Alexandru Macocian
2021-07-10 11:24:37 +03:00
parent 0b2a76143b
commit 646b6dc253
20 changed files with 20 additions and 21 deletions
@@ -1,6 +1,6 @@
using System.Extensions;
namespace System.Extensions.Configuration
namespace System.Configuration
{
public sealed class UpdateableOptionsWrapper<T> : IUpdateableOptions<T>
where T : class