From 0d2b683b1c9bf2438fe8a14f08f96e4e4d3e7629 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Thu, 2 Jul 2026 14:12:49 +0700 Subject: [PATCH] Add net8.0 target to SIL.LCModel, Utils, and FixData Co-authored-by: Cursor --- src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj | 2 +- src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj | 4 ++-- src/SIL.LCModel/SIL.LCModel.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj b/src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj index 93107b30..da8ee8e0 100644 --- a/src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj +++ b/src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj @@ -1,7 +1,7 @@  - net462;netstandard2.0 + netstandard2.0;net462;net8.0 SIL.LCModel.FixData The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data. SIL.LCModel.FixData provides functionality to fix errors in a FieldWorks data XML file. diff --git a/src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj b/src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj index 68e3c49a..a5f8b513 100644 --- a/src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj +++ b/src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj @@ -1,7 +1,7 @@  - net462;netstandard2.0 + netstandard2.0;net462;net8.0 SIL.LCModel.Utils The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data. SIL.LCModel.Utils provides utility classes. @@ -17,7 +17,7 @@ SIL.LCModel.Utils provides utility classes. - + diff --git a/src/SIL.LCModel/SIL.LCModel.csproj b/src/SIL.LCModel/SIL.LCModel.csproj index 23d12593..f1b5a32b 100644 --- a/src/SIL.LCModel/SIL.LCModel.csproj +++ b/src/SIL.LCModel/SIL.LCModel.csproj @@ -1,7 +1,7 @@ - net462;netstandard2.0 + netstandard2.0;net462;net8.0 SIL.LCModel The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data. SIL.LCModel is the main library.