From 21af2c5a668fb0309bd26a7605aa29fc0435580e Mon Sep 17 00:00:00 2001 From: Chad Currie Date: Mon, 20 Nov 2023 23:24:30 +1300 Subject: [PATCH 1/5] Change C# version from 9 to 10. Remove .NET Standard targets --- docs/index.md | 2 +- src/Examine.Core/Examine.Core.csproj | 3 ++- src/Examine.Host/Examine.csproj | 3 ++- src/Examine.Lucene/Examine.Lucene.csproj | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index f55119eb..a168191e 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 6.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..197016fa 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 + 10 + net6.0; diff --git a/src/Examine.Host/Examine.csproj b/src/Examine.Host/Examine.csproj index ae0f8a7d..6421486f 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 + 10 + net6.0; diff --git a/src/Examine.Lucene/Examine.Lucene.csproj b/src/Examine.Lucene/Examine.Lucene.csproj index 0ddf6cad..ca7a8e56 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 + 10 + net6.0; From 186d4bae2fdb43328dbbcad4b27b57202a558b61 Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 18 Jun 2024 19:27:45 +1200 Subject: [PATCH 2/5] Update Examine.Core.csproj net 8 --- src/Examine.Core/Examine.Core.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Examine.Core/Examine.Core.csproj b/src/Examine.Core/Examine.Core.csproj index 197016fa..01326d55 100644 --- a/src/Examine.Core/Examine.Core.csproj +++ b/src/Examine.Core/Examine.Core.csproj @@ -7,8 +7,8 @@ examine search index True enable - 10 - net6.0; + 12 + net8.0; @@ -30,8 +30,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + From 5ad4d1ecb9cd63693b1ae22ba1809443701b30c6 Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 18 Jun 2024 19:28:44 +1200 Subject: [PATCH 3/5] Update Examine.csproj net 8 --- src/Examine.Host/Examine.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Examine.Host/Examine.csproj b/src/Examine.Host/Examine.csproj index 6421486f..69355740 100644 --- a/src/Examine.Host/Examine.csproj +++ b/src/Examine.Host/Examine.csproj @@ -5,8 +5,8 @@ examine lucene lucene.net lucenenet search index True enable - 10 - net6.0; + 12 + net8.0; @@ -28,8 +28,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + From f1d393063b5f984133b1b8b694f20e4cdc451230 Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 18 Jun 2024 19:29:56 +1200 Subject: [PATCH 4/5] Update Examine.Lucene.csproj net 8 --- src/Examine.Lucene/Examine.Lucene.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Examine.Lucene/Examine.Lucene.csproj b/src/Examine.Lucene/Examine.Lucene.csproj index ca7a8e56..b5431414 100644 --- a/src/Examine.Lucene/Examine.Lucene.csproj +++ b/src/Examine.Lucene/Examine.Lucene.csproj @@ -6,8 +6,8 @@ examine lucene lucene.net lucenenet search index True enable - 10 - net6.0; + 12 + net8.0; @@ -39,7 +39,7 @@ 4.3.0 - 6.0.0 + 8.0.0 From d1c5abfda831e5a302f7b226973409ea6f6849fa Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 18 Jun 2024 19:30:21 +1200 Subject: [PATCH 5/5] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a168191e..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 6.0 | +| V4 | .NET 8.0 | | V3 | .NET Standard 2.0 | | V2 | .NET Standard 2.0 | | V1 | .NET Framework 4.5.2 |