This is an automated email from the ASF dual-hosted git repository.

nightowl888 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 8242383c7 Use .NET 8 target for docs generation, #928 (#989)
8242383c7 is described below

commit 8242383c70d5245f0eecef93c4d991c96e17a870
Author: Paul Irwin <[email protected]>
AuthorDate: Wed Oct 23 17:00:11 2024 -0600

    Use .NET 8 target for docs generation, #928 (#989)
---
 websites/apidocs/docfx.analysis-common.json     |  2 +-
 websites/apidocs/docfx.analysis-kuromoji.json   |  2 +-
 websites/apidocs/docfx.analysis-morfologik.json |  2 +-
 websites/apidocs/docfx.analysis-opennlp.json    |  2 +-
 websites/apidocs/docfx.analysis-phonetic.json   |  2 +-
 websites/apidocs/docfx.analysis-smartcn.json    |  2 +-
 websites/apidocs/docfx.analysis-stempel.json    |  2 +-
 websites/apidocs/docfx.benchmark.json           |  2 +-
 websites/apidocs/docfx.classification.json      |  2 +-
 websites/apidocs/docfx.codecs.json              |  2 +-
 websites/apidocs/docfx.core.json                |  2 +-
 websites/apidocs/docfx.demo.json                |  2 +-
 websites/apidocs/docfx.expressions.json         |  2 +-
 websites/apidocs/docfx.facet.json               |  2 +-
 websites/apidocs/docfx.grouping.json            |  2 +-
 websites/apidocs/docfx.highlighter.json         |  2 +-
 websites/apidocs/docfx.icu.json                 |  2 +-
 websites/apidocs/docfx.join.json                |  2 +-
 websites/apidocs/docfx.json                     | 54 ++++++++++++-------------
 websites/apidocs/docfx.memory.json              |  2 +-
 websites/apidocs/docfx.misc.json                |  2 +-
 websites/apidocs/docfx.queries.json             |  2 +-
 websites/apidocs/docfx.queryparser.json         |  2 +-
 websites/apidocs/docfx.replicator.json          |  2 +-
 websites/apidocs/docfx.sandbox.json             |  2 +-
 websites/apidocs/docfx.spatial.json             |  2 +-
 websites/apidocs/docfx.suggest.json             |  2 +-
 websites/apidocs/docfx.test-framework.json      |  2 +-
 28 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/websites/apidocs/docfx.analysis-common.json 
b/websites/apidocs/docfx.analysis-common.json
index e73cf4933..ec896e481 100644
--- a/websites/apidocs/docfx.analysis-common.json
+++ b/websites/apidocs/docfx.analysis-common.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-common",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-kuromoji.json 
b/websites/apidocs/docfx.analysis-kuromoji.json
index 65d82b868..1e646bc22 100644
--- a/websites/apidocs/docfx.analysis-kuromoji.json
+++ b/websites/apidocs/docfx.analysis-kuromoji.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-kuromoji",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-morfologik.json 
b/websites/apidocs/docfx.analysis-morfologik.json
index aa9aab796..8d78c4310 100644
--- a/websites/apidocs/docfx.analysis-morfologik.json
+++ b/websites/apidocs/docfx.analysis-morfologik.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-morfologik",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-opennlp.json 
b/websites/apidocs/docfx.analysis-opennlp.json
index 7b9b1f285..e72c4d605 100644
--- a/websites/apidocs/docfx.analysis-opennlp.json
+++ b/websites/apidocs/docfx.analysis-opennlp.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-opennlp",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-phonetic.json 
b/websites/apidocs/docfx.analysis-phonetic.json
index 8ba70561b..02fd53b47 100644
--- a/websites/apidocs/docfx.analysis-phonetic.json
+++ b/websites/apidocs/docfx.analysis-phonetic.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-phonetic",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-smartcn.json 
b/websites/apidocs/docfx.analysis-smartcn.json
index 8845b22c1..f38c58e45 100644
--- a/websites/apidocs/docfx.analysis-smartcn.json
+++ b/websites/apidocs/docfx.analysis-smartcn.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-smartcn",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.analysis-stempel.json 
b/websites/apidocs/docfx.analysis-stempel.json
index 53b019c20..dae3efcfb 100644
--- a/websites/apidocs/docfx.analysis-stempel.json
+++ b/websites/apidocs/docfx.analysis-stempel.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/analysis-stempel",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.benchmark.json 
b/websites/apidocs/docfx.benchmark.json
index 9ab3ab5c5..16496fded 100644
--- a/websites/apidocs/docfx.benchmark.json
+++ b/websites/apidocs/docfx.benchmark.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/benchmark",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.classification.json 
b/websites/apidocs/docfx.classification.json
index 9e7e94f89..2f20e53a3 100644
--- a/websites/apidocs/docfx.classification.json
+++ b/websites/apidocs/docfx.classification.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/classification",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.codecs.json 
b/websites/apidocs/docfx.codecs.json
index e7de71f60..733775e03 100644
--- a/websites/apidocs/docfx.codecs.json
+++ b/websites/apidocs/docfx.codecs.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/codecs",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.core.json b/websites/apidocs/docfx.core.json
index e1ba623ed..0aaea539e 100644
--- a/websites/apidocs/docfx.core.json
+++ b/websites/apidocs/docfx.core.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/core",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.demo.json b/websites/apidocs/docfx.demo.json
index bf69b3daa..ce766fc23 100644
--- a/websites/apidocs/docfx.demo.json
+++ b/websites/apidocs/docfx.demo.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/demo",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.expressions.json 
b/websites/apidocs/docfx.expressions.json
index da28b2222..f086e593a 100644
--- a/websites/apidocs/docfx.expressions.json
+++ b/websites/apidocs/docfx.expressions.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/expressions",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.facet.json 
b/websites/apidocs/docfx.facet.json
index 26dee3514..8c116c345 100644
--- a/websites/apidocs/docfx.facet.json
+++ b/websites/apidocs/docfx.facet.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/facet",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.grouping.json 
b/websites/apidocs/docfx.grouping.json
index f3b7f0f60..c3df471fd 100644
--- a/websites/apidocs/docfx.grouping.json
+++ b/websites/apidocs/docfx.grouping.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/grouping",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.highlighter.json 
b/websites/apidocs/docfx.highlighter.json
index 86956b438..ae24f4a93 100644
--- a/websites/apidocs/docfx.highlighter.json
+++ b/websites/apidocs/docfx.highlighter.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/highlighter",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.icu.json b/websites/apidocs/docfx.icu.json
index 22426c15f..df177023f 100644
--- a/websites/apidocs/docfx.icu.json
+++ b/websites/apidocs/docfx.icu.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/icu",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.join.json b/websites/apidocs/docfx.join.json
index 81b4b55a1..c97e3932e 100644
--- a/websites/apidocs/docfx.join.json
+++ b/websites/apidocs/docfx.join.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/join",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.json b/websites/apidocs/docfx.json
index dc6c94c25..8da05ffd4 100644
--- a/websites/apidocs/docfx.json
+++ b/websites/apidocs/docfx.json
@@ -16,7 +16,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -35,7 +35,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.Common",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -54,7 +54,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.Kuromoji",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -73,7 +73,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.Morfologik",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -92,7 +92,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.OpenNLP",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -111,7 +111,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.Phonetic",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -130,7 +130,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.SmartCn",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -149,7 +149,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Analysis.Stempel",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -168,7 +168,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Benchmarks",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -187,7 +187,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Classification",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -206,7 +206,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Codecs",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -225,7 +225,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Expressions",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -244,7 +244,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Facet",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -263,7 +263,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Grouping",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -282,7 +282,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Highlighter",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -301,7 +301,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.ICU",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -320,7 +320,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Join",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -339,7 +339,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Memory",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -358,7 +358,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Misc",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -377,7 +377,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Queries",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -396,7 +396,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.QueryParser",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -415,7 +415,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Replicator",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -434,7 +434,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Sandbox",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -453,7 +453,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Spatial",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -472,7 +472,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Suggest",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -490,7 +490,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.TestFramework",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     },
     {
@@ -509,7 +509,7 @@
       ],
       "dest": "obj/docfx/api/Lucene.Net.Demo",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.memory.json 
b/websites/apidocs/docfx.memory.json
index 48ca268e5..20881d552 100644
--- a/websites/apidocs/docfx.memory.json
+++ b/websites/apidocs/docfx.memory.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/memory",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.misc.json b/websites/apidocs/docfx.misc.json
index f7cd8bd07..f18a7d38f 100644
--- a/websites/apidocs/docfx.misc.json
+++ b/websites/apidocs/docfx.misc.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/misc",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.queries.json 
b/websites/apidocs/docfx.queries.json
index 3194fb1ee..63147bee0 100644
--- a/websites/apidocs/docfx.queries.json
+++ b/websites/apidocs/docfx.queries.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/queries",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.queryparser.json 
b/websites/apidocs/docfx.queryparser.json
index 063ad735f..1b10ac08f 100644
--- a/websites/apidocs/docfx.queryparser.json
+++ b/websites/apidocs/docfx.queryparser.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/queryparser",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.replicator.json 
b/websites/apidocs/docfx.replicator.json
index 3d66dcb54..84b3c7931 100644
--- a/websites/apidocs/docfx.replicator.json
+++ b/websites/apidocs/docfx.replicator.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/replicator",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.sandbox.json 
b/websites/apidocs/docfx.sandbox.json
index ba4cc607e..236e142ee 100644
--- a/websites/apidocs/docfx.sandbox.json
+++ b/websites/apidocs/docfx.sandbox.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/sandbox",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.spatial.json 
b/websites/apidocs/docfx.spatial.json
index db537f3a8..07e47dd58 100644
--- a/websites/apidocs/docfx.spatial.json
+++ b/websites/apidocs/docfx.spatial.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/spatial",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.suggest.json 
b/websites/apidocs/docfx.suggest.json
index 7877d67cf..4f200a84e 100644
--- a/websites/apidocs/docfx.suggest.json
+++ b/websites/apidocs/docfx.suggest.json
@@ -15,7 +15,7 @@
       ],
       "dest": "obj/docfx/api/suggest",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],
diff --git a/websites/apidocs/docfx.test-framework.json 
b/websites/apidocs/docfx.test-framework.json
index 02288bb7c..02e746562 100644
--- a/websites/apidocs/docfx.test-framework.json
+++ b/websites/apidocs/docfx.test-framework.json
@@ -16,7 +16,7 @@
       "dest": "obj/docfx/api/test-framework",
       "filter": "filterConfig.yml",
       "properties": {
-        "TargetFramework": "net6.0"
+        "TargetFramework": "net8.0"
       }
     }
   ],

Reply via email to