This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit ecbe43735d5785921f0d3f002ae672f6a11a2aff
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Sep 26 23:18:50 2021 +0700

    README.md, websites/site/index.md: Updated docs to include .NET 6.0
---
 README.md              | 12 +++++++-----
 websites/site/index.md |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index b813042..26b3949 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Lucene.NET
+# Apache Lucene.NET
 
 
[![Nuget](https://img.shields.io/nuget/dt/Lucene.Net)](https://www.nuget.org/packages/Lucene.Net)
 [![Azure DevOps builds 
(master)](https://img.shields.io/azure-devops/build/lucene-net/6ba240c9-9598-47e7-a793-0ed8a4ba2f8b/3/master)](https://dev.azure.com/lucene-net/Lucene.NET/_build?definitionId=3&_a=summary)
@@ -20,7 +20,7 @@ The Apache Lucene.NET web site is at:
 
 ### Lucene.NET 4.8.0
 
-
+- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0)
 - [.NET Standard 
2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
 - [.NET Standard 
2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
 - .NET Framework 4.5
@@ -33,7 +33,7 @@ Working toward Lucene.NET 4.8.0 (currently in BETA)
 
 * The beta version is extremely stable
 * Has more than 7800+ passing unit tests
-* Integrates well with .NET 5.0 and .NET Core 2+
+* Integrates well with .NET 6.0, .NET 5.0 and .NET Core 2+
 * Supports .NET Standard 2.1 and .NET Standard 2.0 
 * Supports .NET Framework 4.5+
 * Some developers already use it in production environments
@@ -176,7 +176,7 @@ Building on the Command Line is currently only supported on 
Windows.
 ##### Prerequisites
 
 1. 
[Powershell](https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell)
 3.0 or higher (see [this 
question](http://stackoverflow.com/questions/1825585/determine-installed-powershell-version)
 to check your Powershell version)
-2. [.NET 5.0 SDK or 
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
+2. [.NET 6.0 SDK or 
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
 3. [.NET Framework 4.8 Developer 
Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
 
 ##### Execution
@@ -254,9 +254,11 @@ Then all you need to do is choose the `Lucene.Net Local 
Packages` feed from the
 #### Prerequisites
 
 1. Visual Studio 2019 or higher
-2. [.NET 5.0 SDK or 
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
+2. [.NET 6.0 SDK or 
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
 3. [.NET Framework 4.8 Developer 
Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
 
+> **NOTE:** Preview versions of .NET SDK may require the "Use previews of the 
.NET SDK (requires restart)" option to be enabled in Visual Studio under Tools 
> Options > Environment > Preview Features.
+
 #### Execution
 
 1. Open `Lucene.Net.sln` in Visual Studio.
diff --git a/websites/site/index.md b/websites/site/index.md
index f867a9b..0b2e4ac 100644
--- a/websites/site/index.md
+++ b/websites/site/index.md
@@ -1,4 +1,4 @@
----
+---
 title: Welcome to the Lucene.NET website!
 description: Lucene.NET is a port of the Lucene search engine library, written 
in C# and targeted at .NET runtime users.
 documentType: index
@@ -15,7 +15,7 @@ Lucene.Net is a port of the Lucene search engine library, 
written in C# and targ
 
 * The beta version is extremely stable
 * Has more than 7800+ passing unit tests
-* Integrates well with .NET 5.0 and .NET Core 2+
+* Integrates well with .NET 6.0, .NET 5.0 and .NET Core 2+
 * Supports .NET Standard 2.1 and .NET Standard 2.0 
 * Supports .NET Framework 4.5+
 * Some developers already use it in production environments

Reply via email to