[IMPL] Made LoggerFactory compatible, Added Blacklist
This commit is contained in:
parent
cb1f8d42aa
commit
fad4c4598a
4 changed files with 163 additions and 45 deletions
|
|
@ -3,9 +3,13 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<Nullable>annotations</Nullable>
|
||||
<Configurations>Debug;Release;x64</Configurations>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Reference in a new issue