diff --git a/src/log4net.Tests/log4net.Tests.csproj b/src/log4net.Tests/log4net.Tests.csproj index 414b2a2d..0b6aa984 100644 --- a/src/log4net.Tests/log4net.Tests.csproj +++ b/src/log4net.Tests/log4net.Tests.csproj @@ -1,6 +1,6 @@  - net462;net7.0 + net462;net8.0 NETSDK1138;CS1701 Local JScript @@ -41,12 +41,6 @@ $(DefineConstants);NET_2_0;NET_4_0;NET_4_5 - - $(DefineConstants);NETSTANDARD;NETSTANDARD1_3 - - - $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 - $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj index 61dfe5a9..12a0e025 100644 --- a/src/log4net/log4net.csproj +++ b/src/log4net/log4net.csproj @@ -1,8 +1,8 @@  log4net - 2.0.16 - 2.0.16 + 3.0.0 + 3.0.0 Apache log4net Apache log4net @@ -31,7 +31,7 @@ https://github.com/apache/logging-log4net false AnyCPU - net20;net35;net40;net40-client;net45;netstandard1.3;netstandard2.0 + net462;netstandard2.0 Debug;Release latest log4net @@ -73,31 +73,11 @@ false true - - .NETFramework - v4.0 - Client - ..\..\build\$(Configuration)\net40-client - $(DefineConstants);NET_2_0;NET_4_0;CLIENT_PROFILE - - - $(DefineConstants);NETSTANDARD;NETSTANDARD1_3 - 1574 - $(DefineConstants);NETSTANDARD;NETSTANDARD2_0 1574 - - $(DefineConstants);NET_2_0 - - - $(DefineConstants);NET_2_0;NET_3_5 - - - $(DefineConstants);NET_2_0;NET_4_0 - - + $(DefineConstants);NET_2_0;NET_4_0;NET_4_5 @@ -123,57 +103,10 @@ System.XML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - + diff --git a/src/site/xdoc/download_log4net.xml b/src/site/xdoc/download_log4net.xml index 0a343092..ef89d46d 100644 --- a/src/site/xdoc/download_log4net.xml +++ b/src/site/xdoc/download_log4net.xml @@ -36,14 +36,14 @@ limitations under the License. -
+
- - - + + +
apache-log4net-source-2.0.16.zipsha512pgpapache-log4net-source-3.0.0.zipsha512pgp
@@ -52,14 +52,14 @@ limitations under the License.

Binaries are available in a zip file or nupkg, which is also available from nuget.org

- - - + + + - - - + + +
log4net-binaries-2.0.16.zipsha512pgplog4net-binaries-3.0.0.zipsha512pgp
log4net-2.0.16.nupkgsha512pgplog4net-3.0.0.nupkgsha512pgp
diff --git a/src/site/xdoc/release/release-notes.xml b/src/site/xdoc/release/release-notes.xml index 928b2002..2e980ccc 100644 --- a/src/site/xdoc/release/release-notes.xml +++ b/src/site/xdoc/release/release-notes.xml @@ -27,6 +27,27 @@ limitations under the License.
+
+ Attention: Starting with 3.0.0 we only support the followeing target frameworks +
    +
  • net462
  • +
  • netstandard2.0
  • +
+ The reasoning for this change can be found in Dropping support for older runtimes + + Apache log4net 3.0.0 addresses reported issues: +
+
    +
+
+
+ +
+
Apache log4net 2.0.16 addresses reported issues: