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 11c6b82027fd4269490a0ccf09b6eb4709fa6bc5 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Dec 23 17:19:06 2021 +0700 lucene-cli/docs/index.md: Updated prerequisites for lucene-cli to .NET 6.0 Runtime --- src/dotnet/tools/lucene-cli/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md index 5058b17..7ed4283 100644 --- a/src/dotnet/tools/lucene-cli/docs/index.md +++ b/src/dotnet/tools/lucene-cli/docs/index.md @@ -4,7 +4,7 @@ The Lucene.NET command line interface (CLI) is a new cross-platform toolchain wi ## Prerequisites -- [.NET Core 3.1.0 Runtime](https://www.microsoft.com/net/download/core#/runtime) +- [.NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) ## Installation
