Skip to content

Commit b423a35

Browse files
Bump Destructurama.Attributed and Serilog (#240)
Bumps [Destructurama.Attributed](https://github.com/destructurama/attributed) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together. Updates `Destructurama.Attributed` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/destructurama/attributed/releases) - [Commits](destructurama/attributed@5.0.0...5.1.0) Updates `Serilog` from 4.2.0 to 4.2.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.2.0...v4.2.0) --- updated-dependencies: - dependency-name: Destructurama.Attributed dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b969a9 commit b423a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Sample/Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
1616
<PackageReference Include="Serilog.Enrichers.HttpContext" Version="8.0.8" />
17-
<PackageReference Include="Destructurama.Attributed" Version="5.0.0" />
17+
<PackageReference Include="Destructurama.Attributed" Version="5.1.0" />
1818
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)