File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ The Apache Lucene.NET website is at:
2424
2525### Lucene.NET 4.8.0
2626
27- - [ .NET 8.0] ( https://dotnet.microsoft.com/download/dotnet/8.0 ) or later
27+ - [ .NET 10.0] ( https://dotnet.microsoft.com/download/dotnet/10.0 ) or later
28+ - [ .NET 8.0] ( https://dotnet.microsoft.com/download/dotnet/8.0 ) (supports .NET 9.0)
2829- [ .NET Standard 2.0] ( https://docs.microsoft.com/en-us/dotnet/standard/net-standard )
2930- .NET Framework 4.6.2 or later
3031
@@ -37,6 +38,7 @@ Working toward Lucene.NET 4.8.0 (currently in BETA)
3738* The beta version is extremely stable
3839* Has more than 7800+ passing unit tests
3940* Integrates well with .NET 8.0+ (as well as other unsupported versions)
41+ * Includes a target optimized for .NET 10
4042* Supports .NET Standard 2.0
4143* Supports .NET Framework 4.6.2+
4244* Some developers already use it in production environments
@@ -276,7 +278,7 @@ Then all you need to do is choose the `Lucene.Net Local Packages` feed from the
276278#### Prerequisites
277279
2782801 . Visual Studio 2022 or higher
279- 2 . [ .NET 8 .0 SDK or higher] ( https://dotnet.microsoft.com/download/visual-studio-sdks )
281+ 2 . [ .NET 10 .0 SDK or higher] ( https://dotnet.microsoft.com/download/visual-studio-sdks )
280282
281283#### Execution
282284
You can’t perform that action at this time.
0 commit comments