feat: add Microsoft.Extensions.Logging.Abstractions package and global logging namespace import

This commit is contained in:
2026-05-01 20:24:42 +02:00
parent 93d8dfde7e
commit 0cc25bb412
2 changed files with 2 additions and 0 deletions
@@ -12,6 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="10.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.7" />
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
</ItemGroup>
<ItemGroup>
+1
View File
@@ -15,3 +15,4 @@
@using NexusReader.UI.Shared.Components.Molecules
@using NexusReader.UI.Shared.Components.Organisms
@using NexusReader.UI.Shared.Services
@using Microsoft.Extensions.Logging