Home > Net >  . Net3.5 framework which version to use NPOI to just go?
. Net3.5 framework which version to use NPOI to just go?

Time:02-21

How to identify which framework Npoi support?

CodePudding user response:

Learn to own judgement
NPOI nuget search "
https://www.nuget.org/packages/NPOI/
And expand the Dependencies see depend on the
The current version rely on
The
reference
NETFramework 4.5
Portable. BouncyCastle (& gt;=1.8.6)
SharpZipLib (& gt;=1.2.0)
. NETStandard 2.0
Portable. BouncyCastle (& gt;=1.8.6)
SharpZipLib (& gt;=1.2.0)
System. The Configuration. ConfigurationManager (& gt;=4.5.0)
System.Drawing.Com mon (& gt;=4.5.0)
. NETStandard 2.1
Portable. BouncyCastle (& gt;=1.8.6)
SharpZipLib (& gt;=1.2.0)
System. The Configuration. ConfigurationManager (& gt;=4.5.0)
System.Drawing.Com mon (& gt;=4.5.0)


Not appropriate, and then to Version History view the Version History, look at launch time, estimate it will be about 17 years,
Can see against 2.4.1, 2.3.0 close
In, respectively, have a look at the two rely on
Against 2.4.1 -- -- -- -- -- -- -- -- -- rely on net4
2.3.0 -- -- -- -- -- -- -- -- -- -- -- -- not write frame dependence, but specify dependent SharpZipLib (0.86.0)

Ok, rely on in to see SharpZipLib 0.86 what
https://www.nuget.org/packages/SharpZipLib/0.86.0
Very good, not depend on the


So, that you can use below the 2.30 version of the NPOI
https://www.nuget.org/packages/NPOI/2.3.0
  •  Tags:  
  • C#
  • Related