This is an automated email from the ASF dual-hosted git repository.
rclabo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new edc85aff6 Remove NET45, NET451, NET452 Support & update website
framework ver (#650)
edc85aff6 is described below
commit edc85aff62c5bc52d6698ff538ec29d59207f5a6
Author: Ron Clabo <[email protected]>
AuthorDate: Thu Oct 13 19:52:07 2022 -0400
Remove NET45, NET451, NET452 Support & update website framework ver (#650)
+Removed NET45, NET451, and NET452 support. These are no longer supported
by Microsoft.
+Changed the website project from Framework 4.0 to Framework 4.6.2 to allow
for easier loading in VS2022.
---
.github/workflows/Generate-TestWorkflows.ps1 | 2 +-
.github/workflows/Lucene-Net-Tests-AllProjects.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-Common.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Benchmark.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Classification.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Cli.yml | 2 +-
.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Codecs.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Demo.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Expressions.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Facet.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Grouping.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Highlighter.yml | 2 +-
.github/workflows/Lucene-Net-Tests-ICU.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Join.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Memory.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Misc.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Queries.yml | 2 +-
.github/workflows/Lucene-Net-Tests-QueryParser.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Replicator.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Sandbox.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Spatial.yml | 2 +-
.github/workflows/Lucene-Net-Tests-Suggest.yml | 2 +-
.../Lucene-Net-Tests-TestFramework-DependencyInjection.yml | 2 +-
.github/workflows/Lucene-Net-Tests-TestFramework.yml | 2 +-
.github/workflows/Lucene-Net-Tests-_A-D.yml | 2 +-
.github/workflows/Lucene-Net-Tests-_E-I.yml | 2 +-
.github/workflows/Lucene-Net-Tests-_I-J.yml | 2 +-
.github/workflows/Lucene-Net-Tests-_J-S.yml | 2 +-
.github/workflows/Lucene-Net-Tests-_T-Z.yml | 2 +-
Lucene.Net.sln | 2 +-
src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj | 4 ++--
.../Lucene.Net.Analysis.Kuromoji.csproj | 2 +-
.../Lucene.Net.Analysis.Morfologik.csproj | 2 +-
src/Lucene.Net.Analysis.OpenNLP/Lucene.Net.Analysis.OpenNLP.csproj | 2 +-
.../Lucene.Net.Analysis.Phonetic.csproj | 2 +-
src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj | 2 +-
src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj | 2 +-
src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 4 ++--
src/Lucene.Net.Classification/Lucene.Net.Classification.csproj | 2 +-
src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj | 2 +-
src/Lucene.Net.Demo/Lucene.Net.Demo.csproj | 2 +-
src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj | 2 +-
src/Lucene.Net.Facet/Lucene.Net.Facet.csproj | 2 +-
src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj | 2 +-
src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj | 2 +-
src/Lucene.Net.Join/Lucene.Net.Join.csproj | 2 +-
src/Lucene.Net.Memory/Lucene.Net.Memory.csproj | 2 +-
src/Lucene.Net.Misc/Lucene.Net.Misc.csproj | 2 +-
src/Lucene.Net.Queries/Lucene.Net.Queries.csproj | 2 +-
src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj | 4 ++--
src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj | 4 ++--
src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj | 2 +-
src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj | 2 +-
src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj | 2 +-
src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj | 6 +++---
src/Lucene.Net/Lucene.Net.csproj | 4 ++--
src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj | 2 +-
64 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/.github/workflows/Generate-TestWorkflows.ps1
b/.github/workflows/Generate-TestWorkflows.ps1
index 3d55ec410..1b1e7ba9f 100644
--- a/.github/workflows/Generate-TestWorkflows.ps1
+++ b/.github/workflows/Generate-TestWorkflows.ps1
@@ -65,7 +65,7 @@ param(
[string]$RepoRoot = (Split-Path (Split-Path $PSScriptRoot)),
- [string[]]$TestFrameworks = @('net6.0', 'net5.0','net461','net48'), #
targets under test: net6.0, netstandard2.1, netstanard2.0, net45
+ [string[]]$TestFrameworks = @('net6.0', 'net5.0','net461','net48'), #
targets under test: net6.0, netstandard2.1, netstanard2.0, net48
[string[]]$OperatingSystems = @('windows-latest', 'ubuntu-latest'),
diff --git a/.github/workflows/Lucene-Net-Tests-AllProjects.yml
b/.github/workflows/Lucene-Net-Tests-AllProjects.yml
index 306c71390..fbc64acf8 100644
--- a/.github/workflows/Lucene-Net-Tests-AllProjects.yml
+++ b/.github/workflows/Lucene-Net-Tests-AllProjects.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
index dd36ff375..6170ce7a9 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
index ad7803690..30ce4ae2c 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
index 5b923d778..5e9deccea 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
index 853025c76..948cc06e0 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
index 56d58ff0f..f5df5ae1a 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
index 9495b19d9..638d60be6 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
index e87f95dd5..7c16e2e60 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Benchmark.yml
b/.github/workflows/Lucene-Net-Tests-Benchmark.yml
index 059698193..1fa8a5635 100644
--- a/.github/workflows/Lucene-Net-Tests-Benchmark.yml
+++ b/.github/workflows/Lucene-Net-Tests-Benchmark.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Classification.yml
b/.github/workflows/Lucene-Net-Tests-Classification.yml
index d6e85f6a4..b95f0e8a0 100644
--- a/.github/workflows/Lucene-Net-Tests-Classification.yml
+++ b/.github/workflows/Lucene-Net-Tests-Classification.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Cli.yml
b/.github/workflows/Lucene-Net-Tests-Cli.yml
index e1a477d25..0d20e410a 100644
--- a/.github/workflows/Lucene-Net-Tests-Cli.yml
+++ b/.github/workflows/Lucene-Net-Tests-Cli.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
index 55f7c50b2..1776f3be6 100644
--- a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
+++ b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Codecs.yml
b/.github/workflows/Lucene-Net-Tests-Codecs.yml
index c823f1c0c..e919ab781 100644
--- a/.github/workflows/Lucene-Net-Tests-Codecs.yml
+++ b/.github/workflows/Lucene-Net-Tests-Codecs.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Demo.yml
b/.github/workflows/Lucene-Net-Tests-Demo.yml
index 1a7273245..d38062764 100644
--- a/.github/workflows/Lucene-Net-Tests-Demo.yml
+++ b/.github/workflows/Lucene-Net-Tests-Demo.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Expressions.yml
b/.github/workflows/Lucene-Net-Tests-Expressions.yml
index 0e657c1be..cfa39e605 100644
--- a/.github/workflows/Lucene-Net-Tests-Expressions.yml
+++ b/.github/workflows/Lucene-Net-Tests-Expressions.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Facet.yml
b/.github/workflows/Lucene-Net-Tests-Facet.yml
index 61c8f9b5d..9158b7a38 100644
--- a/.github/workflows/Lucene-Net-Tests-Facet.yml
+++ b/.github/workflows/Lucene-Net-Tests-Facet.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Grouping.yml
b/.github/workflows/Lucene-Net-Tests-Grouping.yml
index 852f53276..8ff77705d 100644
--- a/.github/workflows/Lucene-Net-Tests-Grouping.yml
+++ b/.github/workflows/Lucene-Net-Tests-Grouping.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Highlighter.yml
b/.github/workflows/Lucene-Net-Tests-Highlighter.yml
index 33053f8e1..083293ed8 100644
--- a/.github/workflows/Lucene-Net-Tests-Highlighter.yml
+++ b/.github/workflows/Lucene-Net-Tests-Highlighter.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-ICU.yml
b/.github/workflows/Lucene-Net-Tests-ICU.yml
index 3fb6a9488..6536cb214 100644
--- a/.github/workflows/Lucene-Net-Tests-ICU.yml
+++ b/.github/workflows/Lucene-Net-Tests-ICU.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Join.yml
b/.github/workflows/Lucene-Net-Tests-Join.yml
index cca8d103d..70bed2fec 100644
--- a/.github/workflows/Lucene-Net-Tests-Join.yml
+++ b/.github/workflows/Lucene-Net-Tests-Join.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Memory.yml
b/.github/workflows/Lucene-Net-Tests-Memory.yml
index cc747626a..b0b88ae86 100644
--- a/.github/workflows/Lucene-Net-Tests-Memory.yml
+++ b/.github/workflows/Lucene-Net-Tests-Memory.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Misc.yml
b/.github/workflows/Lucene-Net-Tests-Misc.yml
index 8fc485f9a..38d712d3c 100644
--- a/.github/workflows/Lucene-Net-Tests-Misc.yml
+++ b/.github/workflows/Lucene-Net-Tests-Misc.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Queries.yml
b/.github/workflows/Lucene-Net-Tests-Queries.yml
index bdb011fbf..0c2ec8e46 100644
--- a/.github/workflows/Lucene-Net-Tests-Queries.yml
+++ b/.github/workflows/Lucene-Net-Tests-Queries.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-QueryParser.yml
b/.github/workflows/Lucene-Net-Tests-QueryParser.yml
index 9e33dd402..e39e9f1b0 100644
--- a/.github/workflows/Lucene-Net-Tests-QueryParser.yml
+++ b/.github/workflows/Lucene-Net-Tests-QueryParser.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Replicator.yml
b/.github/workflows/Lucene-Net-Tests-Replicator.yml
index 8d6351f27..8086a755f 100644
--- a/.github/workflows/Lucene-Net-Tests-Replicator.yml
+++ b/.github/workflows/Lucene-Net-Tests-Replicator.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Sandbox.yml
b/.github/workflows/Lucene-Net-Tests-Sandbox.yml
index f7adbe28b..62bde3bd2 100644
--- a/.github/workflows/Lucene-Net-Tests-Sandbox.yml
+++ b/.github/workflows/Lucene-Net-Tests-Sandbox.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Spatial.yml
b/.github/workflows/Lucene-Net-Tests-Spatial.yml
index e9e72c481..7e98543d8 100644
--- a/.github/workflows/Lucene-Net-Tests-Spatial.yml
+++ b/.github/workflows/Lucene-Net-Tests-Spatial.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-Suggest.yml
b/.github/workflows/Lucene-Net-Tests-Suggest.yml
index 576589a23..2b71025d8 100644
--- a/.github/workflows/Lucene-Net-Tests-Suggest.yml
+++ b/.github/workflows/Lucene-Net-Tests-Suggest.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git
a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
index 08c4a6adb..3a6c5fddd 100644
--- a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
+++ b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-TestFramework.yml
b/.github/workflows/Lucene-Net-Tests-TestFramework.yml
index 8c9f5ebbd..0a973f177 100644
--- a/.github/workflows/Lucene-Net-Tests-TestFramework.yml
+++ b/.github/workflows/Lucene-Net-Tests-TestFramework.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-_A-D.yml
b/.github/workflows/Lucene-Net-Tests-_A-D.yml
index ce1f9ea89..3989dce1b 100644
--- a/.github/workflows/Lucene-Net-Tests-_A-D.yml
+++ b/.github/workflows/Lucene-Net-Tests-_A-D.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-_E-I.yml
b/.github/workflows/Lucene-Net-Tests-_E-I.yml
index d0d88530f..87b7d77ac 100644
--- a/.github/workflows/Lucene-Net-Tests-_E-I.yml
+++ b/.github/workflows/Lucene-Net-Tests-_E-I.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-_I-J.yml
b/.github/workflows/Lucene-Net-Tests-_I-J.yml
index 6e127672a..72a8803ed 100644
--- a/.github/workflows/Lucene-Net-Tests-_I-J.yml
+++ b/.github/workflows/Lucene-Net-Tests-_I-J.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-_J-S.yml
b/.github/workflows/Lucene-Net-Tests-_J-S.yml
index 0aeb4482c..3030dcab9 100644
--- a/.github/workflows/Lucene-Net-Tests-_J-S.yml
+++ b/.github/workflows/Lucene-Net-Tests-_J-S.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.github/workflows/Lucene-Net-Tests-_T-Z.yml
b/.github/workflows/Lucene-Net-Tests-_T-Z.yml
index c16c89264..5b2b198fd 100644
--- a/.github/workflows/Lucene-Net-Tests-_T-Z.yml
+++ b/.github/workflows/Lucene-Net-Tests-_T-Z.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
# DO NOT EDIT: This file was automatically generated by
Generate-TestWorkflows.ps1
####################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
diff --git a/Lucene.Net.sln b/Lucene.Net.sln
index 47fe4ad43..7f6fa0562 100644
--- a/Lucene.Net.sln
+++ b/Lucene.Net.sln
@@ -263,7 +263,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") =
"Lucene.Net.Tests.AllProject
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "websites", "websites\",
"{8988CDA4-8420-4BEE-869A-66825055EED2}"
ProjectSection(WebsiteProperties) = preProject
- TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_59352"
Debug.AspNetCompiler.PhysicalPath = "websites\"
Debug.AspNetCompiler.TargetPath =
"PrecompiledWeb\localhost_59352\"
diff --git a/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj
b/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj
index 7fe2cfe86..4fcfaef03 100644
--- a/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj
+++ b/src/Lucene.Net.Analysis.Common/Lucene.Net.Analysis.Common.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.Common</AssemblyTitle>
<PackageTags>$(PackageTags);analysis</PackageTags>
@@ -50,7 +50,7 @@
<ProjectReference Include="..\Lucene.Net\Lucene.Net.csproj" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Xml" />
</ItemGroup>
diff --git
a/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj
b/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj
index 1e3c81e20..463cd17cc 100644
--- a/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj
+++ b/src/Lucene.Net.Analysis.Kuromoji/Lucene.Net.Analysis.Kuromoji.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.Kuromoji</AssemblyTitle>
<PackageTags>$(PackageTags);analysis;japanese</PackageTags>
diff --git
a/src/Lucene.Net.Analysis.Morfologik/Lucene.Net.Analysis.Morfologik.csproj
b/src/Lucene.Net.Analysis.Morfologik/Lucene.Net.Analysis.Morfologik.csproj
index 99ccef650..fe435a6e0 100644
--- a/src/Lucene.Net.Analysis.Morfologik/Lucene.Net.Analysis.Morfologik.csproj
+++ b/src/Lucene.Net.Analysis.Morfologik/Lucene.Net.Analysis.Morfologik.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net451</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.Morfologik</AssemblyTitle>
<RootNamespace>Lucene.Net.Analysis</RootNamespace>
diff --git a/src/Lucene.Net.Analysis.OpenNLP/Lucene.Net.Analysis.OpenNLP.csproj
b/src/Lucene.Net.Analysis.OpenNLP/Lucene.Net.Analysis.OpenNLP.csproj
index 7fc3a8e30..625d6ee9c 100644
--- a/src/Lucene.Net.Analysis.OpenNLP/Lucene.Net.Analysis.OpenNLP.csproj
+++ b/src/Lucene.Net.Analysis.OpenNLP/Lucene.Net.Analysis.OpenNLP.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
- <TargetFramework>net451</TargetFramework>
+ <TargetFramework>net462</TargetFramework>
<AssemblyTitle>Lucene.Net.Analysis.OpenNLP</AssemblyTitle>
<PackageTags>$(PackageTags);analysis;natural;language;processing;opennlp</PackageTags>
diff --git
a/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj
b/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj
index b5d066805..227076088 100644
--- a/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj
+++ b/src/Lucene.Net.Analysis.Phonetic/Lucene.Net.Analysis.Phonetic.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.Phonetic</AssemblyTitle>
<PackageTags>$(PackageTags);analysis;soundex;double;metaphone;sounds;like;beider;morse;cologne;caverphone;nysiis;match;rating</PackageTags>
diff --git a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj
b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj
index 53eaab50a..a5015f2d1 100644
--- a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj
+++ b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net451</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.SmartCn</AssemblyTitle>
<PackageTags>$(PackageTags);analysis;chinese;smart</PackageTags>
diff --git a/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj
b/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj
index 1db417ea1..a394d1828 100644
--- a/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj
+++ b/src/Lucene.Net.Analysis.Stempel/Lucene.Net.Analysis.Stempel.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Analysis.Stempel</AssemblyTitle>
<PackageTags>$(PackageTags);analysis;polish</PackageTags>
diff --git a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
index 0b60a0607..dceb2afd8 100644
--- a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
+++ b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net451</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Benchmark</AssemblyTitle>
<PackageTags>$(PackageTags);benchmark</PackageTags>
@@ -69,7 +69,7 @@
<PackageReference Include="SharpZipLib"
Version="$(SharpZipLibPackageVersion)" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageReference Include="SharpZipLib"
Version="$(SharpZipLibPackageVersion)" />
</ItemGroup>
diff --git a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj
b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj
index 51d909dfa..3a8b15646 100644
--- a/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj
+++ b/src/Lucene.Net.Classification/Lucene.Net.Classification.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Classification</AssemblyTitle>
<PackageTags>$(PackageTags);classification</PackageTags>
diff --git a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj
b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj
index 006f88dfc..1db2df078 100644
--- a/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj
+++ b/src/Lucene.Net.Codecs/Lucene.Net.Codecs.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Codecs</AssemblyTitle>
<PackageTags>$(PackageTags);codec</PackageTags>
diff --git a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj
b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj
index 3c089cb8b..4381bbb96 100644
--- a/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj
+++ b/src/Lucene.Net.Demo/Lucene.Net.Demo.csproj
@@ -24,7 +24,7 @@
<!-- Demo is deployed through the dotnet/tools/lucene-cli package -->
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Demo</AssemblyTitle>
<Description>Simple example code for the Lucene.Net full-text search
engine library from The Apache Software Foundation.</Description>
diff --git a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
index 2a1c8ef53..60a437ce5 100644
--- a/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
+++ b/src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Expressions</AssemblyTitle>
<PackageTags>$(PackageTags);expression</PackageTags>
diff --git a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj
b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj
index a692ad9c9..5f489ec87 100644
--- a/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj
+++ b/src/Lucene.Net.Facet/Lucene.Net.Facet.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Facet</AssemblyTitle>
<PackageTags>$(PackageTags);facet;faceted</PackageTags>
diff --git a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj
b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj
index 7bac191e2..9d11ecd51 100644
--- a/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj
+++ b/src/Lucene.Net.Grouping/Lucene.Net.Grouping.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Grouping</AssemblyTitle>
<PackageTags>$(PackageTags);grouping;group</PackageTags>
diff --git a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj
b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj
index e00876afe..a1a2ac2c0 100644
--- a/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj
+++ b/src/Lucene.Net.Highlighter/Lucene.Net.Highlighter.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Highlighter</AssemblyTitle>
<PackageTags>$(PackageTags);highlight;highlighter</PackageTags>
diff --git a/src/Lucene.Net.Join/Lucene.Net.Join.csproj
b/src/Lucene.Net.Join/Lucene.Net.Join.csproj
index b7b1ff8e3..a85cd5ae8 100644
--- a/src/Lucene.Net.Join/Lucene.Net.Join.csproj
+++ b/src/Lucene.Net.Join/Lucene.Net.Join.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<RootNamespace>Lucene.Net.Search.Join</RootNamespace>
diff --git a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj
b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj
index 23500bcc8..d373b3dc7 100644
--- a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj
+++ b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Memory</AssemblyTitle>
<PackageTags>$(PackageTags);memory</PackageTags>
diff --git a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj
b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj
index 5c8f907b7..42e267976 100644
--- a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj
+++ b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Misc</AssemblyTitle>
<PackageTags>$(PackageTags);miscellaneous</PackageTags>
diff --git a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj
b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj
index c9a3d123d..90833c84b 100644
--- a/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj
+++ b/src/Lucene.Net.Queries/Lucene.Net.Queries.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Queries</AssemblyTitle>
<PackageTags>$(PackageTags);query;queries</PackageTags>
diff --git a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj
b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj
index eec75a1ad..fe8ba4d3b 100644
--- a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj
+++ b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<RootNamespace>Lucene.Net.QueryParsers</RootNamespace>
@@ -50,7 +50,7 @@
<ProjectReference
Include="..\Lucene.Net.Sandbox\Lucene.Net.Sandbox.csproj" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Xml" />
</ItemGroup>
diff --git a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj
b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj
index fb4c4fe16..d584846dd 100644
--- a/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj
+++ b/src/Lucene.Net.Replicator/Lucene.Net.Replicator.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Replicator</AssemblyTitle>
<PackageTags>$(PackageTags);files;replication;replicate</PackageTags>
@@ -50,7 +50,7 @@
<PackageReference Include="Newtonsoft.Json"
Version="$(NewtonsoftJsonPackageVersion)" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Net.Http" />
</ItemGroup>
diff --git a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj
b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj
index 75852ebbb..2dcb6620e 100644
--- a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj
+++ b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Sandbox</AssemblyTitle>
<PackageTags>$(PackageTags);sandbox</PackageTags>
diff --git a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj
b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj
index 00cb63f81..616b22b98 100644
--- a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj
+++ b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Spatial</AssemblyTitle>
<PackageTags>$(PackageTags);spatial;geo;geospatial;2d</PackageTags>
diff --git a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj
b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj
index 43fbcdc82..f23c68667 100644
--- a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj
+++ b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Suggest</AssemblyTitle>
<PackageTags>$(PackageTags);suggest;suggestion</PackageTags>
diff --git a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj
b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj
index 08f2314af..eed1fc0f7 100644
--- a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj
+++ b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net451</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.TestFramework</AssemblyTitle>
<RootNamespace>Lucene.Net</RootNamespace>
@@ -87,7 +87,7 @@
<PackageReference Include="System.Security.Cryptography.Xml"
Version="$(SystemSecurityCryptographyXmlPackageVersion)" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageReference Include="Microsoft.Extensions.Configuration"
Version="$(MicrosoftExtensionsConfigurationPackageVersion)" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine"
Version="$(MicrosoftExtensionsConfigurationCommandLinePackageVersion)" />
<PackageReference
Include="Microsoft.Extensions.Configuration.EnvironmentVariables"
Version="$(MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion)"
/>
@@ -96,7 +96,7 @@
<PackageReference Include="Newtonsoft.Json"
Version="$(NewtonsoftJsonPackageVersion)" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.IO.Compression" />
<Reference Include="System.Numerics" />
<Reference Include="System.ServiceModel" />
diff --git a/src/Lucene.Net/Lucene.Net.csproj b/src/Lucene.Net/Lucene.Net.csproj
index 43908f940..f6a8bfa36 100644
--- a/src/Lucene.Net/Lucene.Net.csproj
+++ b/src/Lucene.Net/Lucene.Net.csproj
@@ -24,7 +24,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net45</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net</AssemblyTitle>
<Description>Lucene.Net is a full-text search engine library capable of
advanced text analysis, indexing, and searching. It can be used to easily add
search capabilities to applications. Lucene.Net is a C# port of the popular
Java Lucene search engine framework from The Apache Software Foundation,
targeted at .NET Framework and .NET Core users.</Description>
@@ -68,7 +68,7 @@
<PackageReference Include="Prism.Core"
Version="$(PrismCorePackageVersion)" />
</ItemGroup>
- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<PackageReference
Include="Microsoft.Extensions.Configuration.Abstractions"
Version="$(MicrosoftExtensionsConfigurationAbstractionsPackageVersion)" />
<PackageReference Include="Prism.Core"
Version="$(PrismCorePackageVersion)" />
</ItemGroup>
diff --git a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj
b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj
index 8f2bfd29b..3da8fcb3f 100644
--- a/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj
+++ b/src/dotnet/Lucene.Net.ICU/Lucene.Net.ICU.csproj
@@ -30,7 +30,7 @@
<Import Project="$(SolutionDir).build/nuget.props" />
<PropertyGroup>
-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net451</TargetFrameworks>
+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<AssemblyTitle>Lucene.Net.ICU</AssemblyTitle>
<PackageTags>$(PackageTags);icu;international;unicode</PackageTags>