serilog 增加环境发生错误发送邮件
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-22 09:57:25 +08:00
parent 9b91472186
commit f6252f62c4
11 changed files with 67 additions and 48 deletions
+1
View File
@@ -77,6 +77,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Formatting.Compact" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.Email" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.9.0" />
</ItemGroup>