Skip to content

Commit

Permalink
Revert "Major log4net version bump"
Browse files Browse the repository at this point in the history
This reverts commit b05532d.
  • Loading branch information
nr-ahemsath committed Sep 17, 2024
1 parent b05532d commit b15112c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.322" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.322" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="log4net" Version="3.0.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net" Version="3.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="log4net" Version="2.0.17" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net" Version="2.0.17" Condition="'$(TargetFramework)' == 'net8.0'" />

<PackageReference Include="log4net.Ext.Json" Version="2.0.10.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net.Ext.Json" Version="2.0.10.1" Condition="'$(TargetFramework)' == 'net8.0'" />
Expand Down

0 comments on commit b15112c

Please sign in to comment.