Skip to content

Commit

Permalink
Merge pull request #456 from Analogy-LogViewer/dependabot/nuget/multi…
Browse files Browse the repository at this point in the history
…-852bd6a95d

Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
  • Loading branch information
LiorBanai authored Oct 9, 2024
2 parents 488f388 + 30d4493 commit 3112ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Analogy.LogServer/Analogy.LogServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
Expand Down

0 comments on commit 3112ecf

Please sign in to comment.