Skip to content

Commit

Permalink
Bump NLog from 5.1.1 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [NLog](https://github.com/NLog/NLog) from 5.1.1 to 5.3.3.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.1.1...v5.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent cd1d795 commit 1a739eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Source/Frontend/StandaloneRTC/StandaloneRTC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Frontend/UI/UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="NLog.Windows.Forms">
<Version>4.6.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion Source/Libraries/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="NLog.Windows.Forms">
<Version>4.6.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion Source/Libraries/CorruptCore/CorruptCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="System.Buffers">
<Version>4.5.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion Source/Libraries/NetCore/NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="Squid-Box.SevenZipSharp" Version="1.5.0.366" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
Expand Down
2 changes: 1 addition & 1 deletion Source/Libraries/PluginHost/PluginHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Version>17.0.65</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.1.1</Version>
<Version>5.3.3</Version>
</PackageReference>
<PackageReference Include="System.Buffers">
<Version>4.5.1</Version>
Expand Down

0 comments on commit 1a739eb

Please sign in to comment.