Skip to content

Commit

Permalink
Replace Serilog.AspNetCore with Serilog.Extensions.Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Nov 17, 2024
1 parent d419ad6 commit 409f748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iTool.DiscordBot/iTool.DiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Nett" Version="0.15.0" />
<PackageReference Include="OpenWeather.Net" Version="1.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
Expand Down

0 comments on commit 409f748

Please sign in to comment.