Skip to content

Commit

Permalink
Updated NLog to version 5.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 13, 2024
1 parent b927a14 commit 221cc91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mhed/mhed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.5.3.2\lib\net46\NLog.dll</HintPath>
<HintPath>..\..\packages\NLog.5.3.3\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/mhed/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.3.2" targetFramework="net48" />
<package id="NLog" version="5.3.3" targetFramework="net48" />
</packages>
2 changes: 1 addition & 1 deletion src/mhlib/mhlib.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.3.2\lib\net46\NLog.dll</HintPath>
<HintPath>..\..\packages\NLog.5.3.3\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/mhlib/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.3.2" targetFramework="net48" />
<package id="NLog" version="5.3.3" targetFramework="net48" />
</packages>

0 comments on commit 221cc91

Please sign in to comment.