Skip to content

Commit

Permalink
Bump NLog from 5.2.6 to 5.2.7 (#835)
Browse files Browse the repository at this point in the history
Bumps [NLog](https://github.com/NLog/NLog) from 5.2.6 to 5.2.7.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/NLog/NLog/commits)

---
updated-dependencies:
- dependency-name: NLog
  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>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 77e3d62 commit f95b8c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NLog/Anotar.NLog/Anotar.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="NLog" Version="5.2.7" />
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NLog/AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="NLog" Version="5.2.7" />
<ProjectReference Include="..\Anotar.NLog\Anotar.NLog.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NLog/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.0" />
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="NLog" Version="5.2.7" />
<PackageReference Include="Xunit" Version="2.6.2" />
<PackageReference Include="Verify.Xunit" Version="22.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
Expand Down

0 comments on commit f95b8c9

Please sign in to comment.