Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump NLog from 5.1.2 to 5.2.5 (#798)
Browse files Browse the repository at this point in the history
Bumps [NLog](/~https://github.com/NLog/NLog) from 5.1.2 to 5.2.5.
- [Release notes](/~https://github.com/NLog/NLog/releases)
- [Changelog](/~https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.1.2...v5.2.5)

---
updated-dependencies:
- dependency-name: NLog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 334c0c7 commit 13c0997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XOutput.Core/XOutput.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>library</OutputType>
Expand All @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="NLog" Version="5.1.2" />
<PackageReference Include="NLog" Version="5.2.5" />
</ItemGroup>

</Project>

0 comments on commit 13c0997

Please sign in to comment.