From a1d93ee82cde0f3946dab0f609b830de601112ef Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 12 Apr 2024 11:40:25 +0700 Subject: [PATCH 01/19] Adding Framework 4.8.1 and .NET8 to targets. This required platform-specific references in the project files. I also fixed a warning about Assembly.CodeBase and some .NET8 warnings about manually copying duplicate files into our nuget package folder when packing. These files appear to be duplicates of what is copied during the .NET8 packaging. --- Directory.Build.props | 3 ++- src/CheckOrFixXliff/CheckOrFixXliff.csproj | 4 ++-- src/CheckOrFixXliff/Program.cs | 2 +- src/ExtractXliff/ExtractXliff.csproj | 4 ++-- src/L10NSharp/L10NSharp.csproj | 14 +++++++++++--- src/L10NSharpTests/L10NSharpTests.csproj | 2 +- src/SampleApp/SampleApp.csproj | 2 +- 7 files changed, 20 insertions(+), 11 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index dd0b5e9..21392df 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net461 + net461;net481;net8.0-windows SIL SIL International L10NSharp @@ -24,6 +24,7 @@ See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELO true true + true