Removes dependency on Microsoft.Extensions.Logging

This commit is contained in:
Ryan Newington
2023-07-22 14:44:23 +10:00
parent dc76336ce3
commit ed679eba6b
20 changed files with 77 additions and 23 deletions
@@ -1,7 +1,6 @@
using System;
using System.Runtime.InteropServices;
using Lithnet.CredentialProvider.Interop;
using Microsoft.Extensions.Logging;
namespace Lithnet.CredentialProvider
{