From 8129e4052143fb6eac57dc7e49bb232e46cbfc02 Mon Sep 17 00:00:00 2001 From: Yurii Zhoholiev Date: Mon, 3 Jun 2024 11:23:24 +0300 Subject: [PATCH] Maintenance - Add .NET 8.0 - Update dependencies --- OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj | 2 +- .../NPOI.Benchmarks/NPOI.Benchmarks.csproj | 2 +- main/NPOI.Core.csproj | 16 ++++++++++------ ooxml/NPOI.OOXML.Core.csproj | 11 ++++++++--- openxml4Net/NPOI.OpenXml4Net.Core.csproj | 2 +- solution/NPOI.Pack.csproj | 2 +- testcases/main/NPOI.TestCases.Core.csproj | 2 +- testcases/ooxml/NPOI.OOXML.TestCases.Core.csproj | 2 +- .../NPOI.OOXML4Net.TestCases.Core.csproj | 2 +- 9 files changed, 25 insertions(+), 16 deletions(-) diff --git a/OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj b/OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj index 9427acae1..dac138560 100644 --- a/OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj +++ b/OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj @@ -1,7 +1,7 @@  - net472;netstandard2.0;netstandard2.1;net6.0 + net472;netstandard2.0;netstandard2.1;net6.0;net8.0 NPOI.OpenXmlFormats NPOI.OpenXmlFormats true diff --git a/benchmarks/NPOI.Benchmarks/NPOI.Benchmarks.csproj b/benchmarks/NPOI.Benchmarks/NPOI.Benchmarks.csproj index d5cb1c703..f89197179 100644 --- a/benchmarks/NPOI.Benchmarks/NPOI.Benchmarks.csproj +++ b/benchmarks/NPOI.Benchmarks/NPOI.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable diff --git a/main/NPOI.Core.csproj b/main/NPOI.Core.csproj index 54cc21d1e..5b9ecb42d 100644 --- a/main/NPOI.Core.csproj +++ b/main/NPOI.Core.csproj @@ -1,7 +1,7 @@  - net472;netstandard2.0;netstandard2.1;net6.0 + net472;netstandard2.0;netstandard2.1;net6.0;net8.0 NPOI true ..\npoi.snk @@ -14,17 +14,17 @@ - - + + - - + + - + @@ -32,4 +32,8 @@ + + + + \ No newline at end of file diff --git a/ooxml/NPOI.OOXML.Core.csproj b/ooxml/NPOI.OOXML.Core.csproj index 39e6f0ec4..fbbf7c9d3 100644 --- a/ooxml/NPOI.OOXML.Core.csproj +++ b/ooxml/NPOI.OOXML.Core.csproj @@ -1,7 +1,7 @@  - net472;netstandard2.0;netstandard2.1;net6.0 + net472;netstandard2.0;netstandard2.1;net6.0;net8.0 NPOI.OOXML NPOI true @@ -25,9 +25,14 @@ - + - + + + + + + diff --git a/openxml4Net/NPOI.OpenXml4Net.Core.csproj b/openxml4Net/NPOI.OpenXml4Net.Core.csproj index 15fbb7c9c..dbd5ece8b 100644 --- a/openxml4Net/NPOI.OpenXml4Net.Core.csproj +++ b/openxml4Net/NPOI.OpenXml4Net.Core.csproj @@ -1,7 +1,7 @@  - net472;netstandard2.0;netstandard2.1;net6.0 + net472;netstandard2.0;netstandard2.1;net6.0;net8.0 NPOI.OpenXml4Net NPOI.OpenXml4Net true diff --git a/solution/NPOI.Pack.csproj b/solution/NPOI.Pack.csproj index 9ce0f1ce0..7a1b11f2c 100644 --- a/solution/NPOI.Pack.csproj +++ b/solution/NPOI.Pack.csproj @@ -3,7 +3,7 @@ - net472;netstandard2.0;netstandard2.1;net6.0 + net472;netstandard2.0;netstandard2.1;net6.0;net8.0 false Emerge.ThirdParty.NPOI ..\solution\$(Configuration)\ diff --git a/testcases/main/NPOI.TestCases.Core.csproj b/testcases/main/NPOI.TestCases.Core.csproj index 99d53cab7..9183f850d 100644 --- a/testcases/main/NPOI.TestCases.Core.csproj +++ b/testcases/main/NPOI.TestCases.Core.csproj @@ -1,7 +1,7 @@ - net472;net6.0 + net472;net6.0;net8.0 NPOI.TestCases TestCases true diff --git a/testcases/ooxml/NPOI.OOXML.TestCases.Core.csproj b/testcases/ooxml/NPOI.OOXML.TestCases.Core.csproj index 0f9f42b66..2b47943b8 100644 --- a/testcases/ooxml/NPOI.OOXML.TestCases.Core.csproj +++ b/testcases/ooxml/NPOI.OOXML.TestCases.Core.csproj @@ -1,7 +1,7 @@ - net472;net6.0 + net472;net6.0;net8.0 NPOI.OOXML.TestCases TestCases true diff --git a/testcases/openxml4net/NPOI.OOXML4Net.TestCases.Core.csproj b/testcases/openxml4net/NPOI.OOXML4Net.TestCases.Core.csproj index cc98b75e4..b98e4e805 100644 --- a/testcases/openxml4net/NPOI.OOXML4Net.TestCases.Core.csproj +++ b/testcases/openxml4net/NPOI.OOXML4Net.TestCases.Core.csproj @@ -1,7 +1,7 @@ - net472;net6.0 + net472;net6.0;net8.0 NPOI.OOXML4Net.TestCases TestCases true