Skip to content

Commit

Permalink
Updated NLog to version 5.2.2.
Browse files Browse the repository at this point in the history
Closes #562.
  • Loading branch information
xvitaly committed Jul 25, 2023
1 parent f976857 commit 862d0d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/corelib/corelib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.5.2.0\lib\net46\NLog.dll</HintPath>
<HintPath>..\..\packages\NLog.5.2.2\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="5.2.0" targetFramework="net48" />
<package id="NLog" version="5.2.2" targetFramework="net48" />
</packages>
2 changes: 1 addition & 1 deletion src/srcrepair/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="5.2.0" targetFramework="net48" />
<package id="NLog" version="5.2.2" targetFramework="net48" />
</packages>
2 changes: 1 addition & 1 deletion src/srcrepair/srcrepair.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.5.2.0\lib\net46\NLog.dll</HintPath>
<HintPath>..\..\packages\NLog.5.2.2\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down

0 comments on commit 862d0d1

Please sign in to comment.