From eb9a9be2bb3155db134754178d8e8d37635ea8e3 Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Wed, 23 Oct 2024 11:22:21 -0600 Subject: [PATCH] Use .NET 8 target for docs generation, #928 --- websites/apidocs/docfx.analysis-common.json | 2 +- websites/apidocs/docfx.analysis-kuromoji.json | 2 +- .../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 e73cf49330..ec896e481c 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 65d82b8687..1e646bc228 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 aa9aab796e..8d78c43100 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 7b9b1f285e..e72c4d6050 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 8ba70561be..02fd53b473 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 8845b22c18..f38c58e452 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 53b019c202..dae3efcfbd 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 9ab3ab5c52..16496fded4 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 9e7e94f897..2f20e53a34 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 e7de71f605..733775e03f 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 e1ba623ed5..0aaea539e4 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 bf69b3daa9..ce766fc23e 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 da28b2222c..f086e593a8 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 26dee3514e..8c116c3458 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 f3b7f0f607..c3df471fd1 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 86956b4382..ae24f4a930 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 22426c15f0..df177023fd 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 81b4b55a14..c97e3932e4 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 dc6c94c254..8da05ffd4b 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 48ca268e52..20881d5522 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 f7cd8bd07b..f18a7d38fc 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 3194fb1ee4..63147bee02 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 063ad735fd..1b10ac08f6 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 3d66dcb543..84b3c79318 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 ba4cc607e5..236e142ee1 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 db537f3a87..07e47dd58b 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 7877d67cfc..4f200a84e6 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 02288bb7c8..02e7465624 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" } } ],