From ee417fee884c81638d52db4c2f9a47ee6a6f8f0d Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 25 Jan 2024 10:58:33 +0100 Subject: [PATCH] feat!: require net6.0, net8.0 or net472 --- EPPlus/EPPlus.csproj | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/EPPlus/EPPlus.csproj b/EPPlus/EPPlus.csproj index ad5cf496..e6126fb1 100644 --- a/EPPlus/EPPlus.csproj +++ b/EPPlus/EPPlus.csproj @@ -2,8 +2,8 @@ - netstandard2.0;net6.0;net8.0;net462 - netstandard2.0;net6.0;net8.0 + net6.0;net8.0;net472 + net6.0;net8.0 VisualOn.EPPlus https://github.com/visualon/epplus Jan Källman; VisualOn @@ -31,7 +31,7 @@ - + @@ -40,20 +40,6 @@ - - - - - - - - - - - - - -