Skip to content

Commit

Permalink
Merge pull request #226 from mganss/dependabot/nuget/NLog-5.3.2
Browse files Browse the repository at this point in the history
Bump NLog from 5.3.1 to 5.3.2
  • Loading branch information
mganss authored May 2, 2024
2 parents 86f4913 + 1e96c4c commit a5428e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SyncChanges.Console/SyncChanges.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.1" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SyncChanges.Service/SyncChanges.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.1" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SyncChanges/SyncChanges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NLog" Version="5.3.1" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NPoco" Version="5.7.1" />
<PackageReference Include="NPoco.SqlServer" Version="5.7.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
Expand Down

0 comments on commit a5428e2

Please sign in to comment.