Skip to content

Commit

Permalink
Update Serilog.Settings.Configuration dependency to avoid transitive …
Browse files Browse the repository at this point in the history
…dependency on vulnerable System.Text.Json
  • Loading branch information
nblumhardt committed Jul 12, 2024
1 parent 70808df commit 77bd65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.AspNetCore/Serilog.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 77bd65c

Please sign in to comment.