Commit c39e7a2
Upgrade log4net 3.3.1 (#1280)
* chore: upgrade log4net to 3.3.1
Bump the three csproj references that ship log4net (GxClasses for
.NET Framework, GxClasses for .NET Core, and GxPdfReportsCS.Itext4)
from 3.3.0 to 3.3.1 to pick up the latest stable release.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: bump hard-coded log4net assembly redirect to 3.3.1.0
gxconfig.cs has two AssemblyResolve helpers (one for NETCORE, one for
.NET Framework) that pin log4net to a specific Version. They were both
still pointing at 3.3.0.0, so the runtime would have tried to redirect
references to the older assembly even after the package upgrade.
Update both branches to 3.3.1.0 to match the package version bumped in
the previous commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bb1a5c6 commit c39e7a2
4 files changed
Lines changed: 5 additions & 5 deletions
File tree
- dotnet/src
- dotnetcore
- GxClasses
- GxPdfReportsCS.Itext4
- dotnetframework/GxClasses
- Core
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments