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
@@ -4,7 +4,6 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Logging;
using System.Windows.Extensions.Logging;
namespace SystemExtensions.DependencyInjection.Tests.Logging
{