Skip to content

Commit 0a429d1

Browse files
Bump NLog and NLog.Web.AspNetCore (#2594)
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.3.4 - [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.3.4) Updates `NLog.Web.AspNetCore` from 5.3.14 to 5.3.15 - [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.14...v5.3.15) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NLog.Web.AspNetCore 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 4d36736 commit 0a429d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.8.0" />
3939
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.0" />
4040
<PackageReference Include="NLog" Version="5.3.4" />
41-
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.14" />
41+
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
4242
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
4343
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
4444
</ItemGroup>

0 commit comments

Comments
 (0)