Skip to content

Commit

Permalink
test: log4net v3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jan 10, 2025
1 parent e733214 commit 0da9b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@
"packageName": "enyimmemcachedcore"
},
{
"packageName": "log4net",
"ignorePatch": true,
"ignoreMinor": true,
"ignoreMajor": true,
"ignoreReason": "Breaking major update. See https://github.com/newrelic/newrelic-dotnet-agent/issues/2764"
"packageName": "log4net"
},
{
"packageName": "microsoft.azure.functions.worker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.322" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.322" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="log4net" Version="2.0.17" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net" Version="2.0.17" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="log4net" Version="3.0.3" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.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)' == 'net9.0'" />
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="MassTransit" Version="8.2.5" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MassTransit" Version="8.2.5" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand Down

0 comments on commit 0da9b36

Please sign in to comment.