Skip to content

Commit

Permalink
Bump Serilog from 4.0.1 to 4.2.0 in the serilog group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the serilog group with 1 update in the / directory: [Serilog](https://github.com/serilog/serilog).


Updates `Serilog` from 4.0.1 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.2.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: serilog
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CorruptComputer committed Dec 15, 2024
1 parent ff6cbae commit 3b13f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaldersGait/BaldersGait.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.1"/>
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 3b13f1a

Please sign in to comment.