Skip to content

Commit e21daa7

Browse files
committed
Update docs to remove .NET Standard 2.1 support, #1040
1 parent ca4f23f commit e21daa7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ 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)
28-
- [.NET Standard 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
27+
- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) or later
2928
- [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
30-
- .NET Framework 4.6.2
29+
- .NET Framework 4.6.2 or later
3130

3231
## Status
3332

@@ -37,8 +36,8 @@ Working toward Lucene.NET 4.8.0 (currently in BETA)
3736

3837
* The beta version is extremely stable
3938
* Has more than 7800+ passing unit tests
40-
* Integrates well with .NET 8.0 (as well as other unsupported versions)
41-
* Supports .NET Standard 2.1 and .NET Standard 2.0
39+
* Integrates well with .NET 8.0+ (as well as other unsupported versions)
40+
* Supports .NET Standard 2.0
4241
* Supports .NET Framework 4.6.2+
4342
* Some developers already use it in production environments
4443

websites/site/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Lucene.Net is a port of the Lucene search library, written in C# and targeted at
1515

1616
* The beta version is extremely stable
1717
* Has more than 7800+ passing unit tests
18-
* Tested daily on all [officially supported versions of .NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
19-
* Supports .NET Standard 2.1 and .NET Standard 2.0
18+
* Integrates well with .NET 8.0+ (as well as other unsupported versions)
19+
* Supports .NET Standard 2.0
2020
* Supports .NET Framework 4.6.2+
2121
* Some developers already use it in production environments
2222

0 commit comments

Comments
 (0)