Skip to content

Commit 9ac4882

Browse files
build(deps): bump NLog and NLog.Web.AspNetCore (#2711)
Bumps [NLog](https://github.com/NLog/NLog) and [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web). These dependencies needed to be updated together. Updates `NLog` from 5.3.4 to 5.4.0 - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.3.4...v5.4.0) Updates `NLog.Web.AspNetCore` from 5.3.15 to 5.4.0 - [Release notes](https://github.com/NLog/NLog.Web/releases) - [Changelog](https://github.com/NLog/NLog.Web/blob/master/CHANGELOG.MD) - [Commits](NLog/NLog.Web@v5.3.15...v5.4.0) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NLog.Web.AspNetCore 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>
1 parent 759a74c commit 9ac4882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</PackageReference>
3838
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.9.0" />
3939
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.1" />
40-
<PackageReference Include="NLog" Version="5.3.4" />
41-
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
40+
<PackageReference Include="NLog" Version="5.4.0" />
41+
<PackageReference Include="NLog.Web.AspNetCore" Version="5.4.0" />
4242
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
4343
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
4444
</ItemGroup>

0 commit comments

Comments
 (0)