.netstandard 2.0 support #358
-
Hi, Was there a real reason why .netstandard 2.0 support was dropped in 2.0.0 version? It is very unfortunate because we still using this package in .NET 4.8 (ClosedXML depends on it). Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Sep 15, 2023
Replies: 2 comments 4 replies
-
So I can look at optimisation opportunities not available to me with the current APIs. It also reduces the maintenance burden. You always still have v1 which should do what you need |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JimBobSquarePants
-
ClosedXML depends on SixLabors/Fonts and our application used .NET 4.8. So we can't use SixLabors/Fonts 2.0.
On Friday, September 15, 2023 at 08:06:16 PM EDT, James Jackson-South ***@***.***> wrote:
I’m curious why you said ClosedXML depends on .NET 4.8?
It looks to me like you choose to support it.
https://github.com/ClosedXML/ClosedXML/blob/develop/ClosedXML/ClosedXML.csproj
in which case you can multi target.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I can look at optimisation opportunities not available to me with the current APIs. It also reduces the maintenance burden.
You always still have v1 which should do what you need