fix warning

I had two identical LoggingMiddleware instances, and since one was unused, I deleted it.
This commit is contained in:
Kei-Luna
2026-04-20 15:21:24 +09:00
parent 0212f7e397
commit 8a8b0b9f5d
6 changed files with 8 additions and 42 deletions

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19153-02" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>