Skip to content

Commit

Permalink
Bump NLog.Web.AspNetCore from 5.2.2 to 5.3.5
Browse files Browse the repository at this point in the history
Bumps [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web) from 5.2.2 to 5.3.5.
- [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.2.2...v5.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 76e5b7f commit 6f0c389
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />

<PackageReference Include="NLog" Version="5.1.2" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.2.2" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.5" />

<PackageReference Include="Glob" Version="1.1.9" />
<PackageReference Include="MediatR" Version="12.0.1" />
Expand Down

0 comments on commit 6f0c389

Please sign in to comment.