Skip to content

Commit

Permalink
chore(deps): bump NLog from 4.7.3 to 4.7.4
Browse files Browse the repository at this point in the history
Bumps [NLog](https://github.com/NLog/NLog) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v4.7.3...v4.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 24, 2020
1 parent 7d2789a commit 74bf13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Client.Examples/Client.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.0" />
<PackageReference Include="Newtonsoft.Json" version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.3" />
<PackageReference Include="NLog" Version="4.7.4" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Client.IntegrationTests/Client.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.3" />
<PackageReference Include="NLog" Version="4.7.4" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
Expand Down
2 changes: 1 addition & 1 deletion Client.UnitTests/Client.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.7.3" />
<PackageReference Include="NLog" Version="4.7.4" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
Expand Down

0 comments on commit 74bf13b

Please sign in to comment.