blob: c19be03d70cfc78d3351a7be9244e638059202f5 [file] [log] [blame]
<?xml version="1.0" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<author email="nicko at apache dot org">Nicko Cadell</author>
<title>Apache log4net: Supported Frameworks</title>
</properties>
<meta name="keywords" content="log4net supported frameworks, mono, sscli, .net, log4net" />
<body>
<section id="main" name="Apache log4net&#x2122; Supported Frameworks">
<section id="summary" name="Summary of .NET frameworks supported by log4net">
<p>
log4net is built on a number of different frameworks. Each new version of the frameworks add
new features. To take advantage of these new features we must build log4net using the
appropriate framework. We also maintain builds compatible with older versions of the frameworks.
</p>
<p>
It is important to remember that the .NET frameworks support backward compatibility, that is
a new version of the framework will run binary assemblies that were targeted to previous versions
of the framework.
</p>
<p>
log4net is regularly built by its developers on the following frameworks:
</p>
<div class="table">
<table>
<colgroup>
<col style="text-align: left; white-space: nowrap" />
<col style="text-align: left;" />
</colgroup>
<tr>
<th>Framework</th>
<th>Website</th>
</tr>
<tr style="vertical-align: top;">
<td>.NET Core 6 or higher providing .NET Standard 2.0</td>
<td><a href="https://dotnet.github.io/">https://dotnet.github.io/</a></td>
</tr>
<tr style="vertical-align: top;">
<td>Microsoft .NET Framework 4.6.2</td>
<td><a href="https://dotnet.microsoft.com/en-us/download/dotnet-framework/net462">https://dotnet.microsoft.com/en-us/download/dotnet-framework/net462</a></td>
</tr>
</table>
</div>
</section>
</section>
</body>
</document>