diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f52d171d..68dfe004c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Bugfixes: - `private protected` methods are not intercepted (@CrispyDrone, #535) - `System.UIntPtr` unsupported (@stakx, #546) - DynamicProxy generates two modules when proceeding from a class proxy's protected method to the target, causing an `InvalidOperationException` when saving the generated assembly to disk (@stakx, #569) +- Upgrade log4net to v2.0.12 (@jonorossi, @stakx, #574) Deprecations: - Removed support for the .NET Framework < 4.5 and .NET Standard 1.x. (@stakx, #495, #496) diff --git a/src/Castle.Core.Tests/Castle.Core.Tests.csproj b/src/Castle.Core.Tests/Castle.Core.Tests.csproj index a6b73851b1..844af8852e 100644 --- a/src/Castle.Core.Tests/Castle.Core.Tests.csproj +++ b/src/Castle.Core.Tests/Castle.Core.Tests.csproj @@ -19,6 +19,16 @@ Program + + + + + + + + + + Always @@ -37,7 +47,7 @@ - + diff --git a/src/Castle.Core.Tests/Services.Logging.Tests/log4netIntegration/log4net.xml b/src/Castle.Core.Tests/Services.Logging.Tests/log4netIntegration/log4net.xml index 6131049fe2..425e187406 100644 --- a/src/Castle.Core.Tests/Services.Logging.Tests/log4netIntegration/log4net.xml +++ b/src/Castle.Core.Tests/Services.Logging.Tests/log4netIntegration/log4net.xml @@ -1,12 +1,10 @@  -
- - + @@ -18,7 +16,6 @@ - @@ -30,7 +27,5 @@ - - \ No newline at end of file diff --git a/src/Castle.Core.Tests/config/netcoreapp/App.config b/src/Castle.Core.Tests/config/netcoreapp/App.config new file mode 100644 index 0000000000..4ae491166f --- /dev/null +++ b/src/Castle.Core.Tests/config/netcoreapp/App.config @@ -0,0 +1,35 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Castle.Core.Tests/App.config b/src/Castle.Core.Tests/config/netfx/App.config similarity index 84% rename from src/Castle.Core.Tests/App.config rename to src/Castle.Core.Tests/config/netfx/App.config index ae46bc7d6c..9db1320536 100644 --- a/src/Castle.Core.Tests/App.config +++ b/src/Castle.Core.Tests/config/netfx/App.config @@ -1,5 +1,13 @@ + + + diff --git a/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj b/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj index 28f06b615a..51846bac8d 100644 --- a/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj +++ b/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj @@ -25,7 +25,7 @@ - +