Add serilog

This commit is contained in:
2025-09-27 20:45:52 +02:00
parent 48f7065a9a
commit eb577f6e89
5 changed files with 42 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
<PackageReference Include="RazorLight" Version="2.3.1" />
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" />
<PackageReference Include="Scalar.AspNetCore" Version="2.5.6" />
<PackageReference Include="Seq.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
@@ -30,5 +31,8 @@
<Content Include="wwwroot\index.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\.github\workflows\build.yml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>