diff --git a/docs/index.md b/docs/index.md index f55119eb..e3ff135d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ Releases are available [here](https://github.com/Shazwazza/Examine/releases) and | Examine Version | .NET | | --------------- | ---- | -| V4 | .NET Standard 2.0 | +| V4 | .NET 8.0 | | V3 | .NET Standard 2.0 | | V2 | .NET Standard 2.0 | | V1 | .NET Framework 4.5.2 | diff --git a/src/Examine.Core/Examine.Core.csproj b/src/Examine.Core/Examine.Core.csproj index 9d22f986..01326d55 100644 --- a/src/Examine.Core/Examine.Core.csproj +++ b/src/Examine.Core/Examine.Core.csproj @@ -7,7 +7,8 @@ examine search index True enable - 9 + 12 + net8.0; @@ -29,8 +30,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/Examine.Host/Examine.csproj b/src/Examine.Host/Examine.csproj index ae0f8a7d..69355740 100644 --- a/src/Examine.Host/Examine.csproj +++ b/src/Examine.Host/Examine.csproj @@ -5,7 +5,8 @@ examine lucene lucene.net lucenenet search index True enable - 9 + 12 + net8.0; @@ -27,8 +28,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/Examine.Lucene/Examine.Lucene.csproj b/src/Examine.Lucene/Examine.Lucene.csproj index 0ddf6cad..b5431414 100644 --- a/src/Examine.Lucene/Examine.Lucene.csproj +++ b/src/Examine.Lucene/Examine.Lucene.csproj @@ -6,7 +6,8 @@ examine lucene lucene.net lucenenet search index True enable - 9 + 12 + net8.0; @@ -38,7 +39,7 @@ 4.3.0 - 6.0.0 + 8.0.0