Skip to content

Commit

Permalink
Merge pull request #605 from ni/master
Browse files Browse the repository at this point in the history
Upgrade log4net to 2.0.13 (latest)
  • Loading branch information
jonorossi committed Apr 5, 2022
2 parents d88e944 + a0f5770 commit e316fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Castle.Core.Tests/Castle.Core.Tests.csproj
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="NUnit.Console" Version="3.11.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="NUnitLite" Version="3.12.0" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="log4net" Version="2.0.13" />
<PackageReference Include="NLog" Version="4.5.0" />
<PackageReference Include="Serilog" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.TextWriter" Version="2.0.0" />
Expand Down
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="log4net" Version="2.0.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e316fc2

Please sign in to comment.