Added logging to application.

This commit is contained in:
Daniel Wathen
2023-01-06 09:15:40 -07:00
parent 6de41bc8da
commit 9ee0b14ee9
6 changed files with 94 additions and 12 deletions

View File

@ -12,6 +12,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>
</Project>