|
@ -2,7 +2,7 @@ |
|
|
<package > |
|
|
<package > |
|
|
<metadata> |
|
|
<metadata> |
|
|
<id>Savorboard.NPOI.Core</id> |
|
|
<id>Savorboard.NPOI.Core</id> |
|
|
<version>1.1.3</version> |
|
|
<version>1.1.4</version> |
|
|
<authors>Savorboard (yangxiaodong)</authors> |
|
|
<authors>Savorboard (yangxiaodong)</authors> |
|
|
<owners>Savorboard (yangxiaodong)</owners> |
|
|
<owners>Savorboard (yangxiaodong)</owners> |
|
|
<licenseUrl>https://github.com/yuleyule66/Npoi.Core/blob/master/LICENSE.txt</licenseUrl> |
|
|
<licenseUrl>https://github.com/yuleyule66/Npoi.Core/blob/master/LICENSE.txt</licenseUrl> |
|
@ -21,28 +21,15 @@ d. generate Excel sheets that contains formula.</summary> |
|
|
<copyright>Copyright 2016</copyright> |
|
|
<copyright>Copyright 2016</copyright> |
|
|
<tags>Excel Word Office NPOI</tags> |
|
|
<tags>Excel Word Office NPOI</tags> |
|
|
<dependencies> |
|
|
<dependencies> |
|
|
<group targetFramework=".NETFramework4.6"> |
|
|
|
|
|
<dependency id="System.Security.Cryptography.Algorithms" version="[4.2.0, )" /> |
|
|
|
|
|
<dependency id="NETStandard.Library" version="[1.6.0, )" /> |
|
|
|
|
|
<dependency id="System.Threading.Thread" version="[4.0.0, )" /> |
|
|
|
|
|
<dependency id="ZKWeb.System.Drawing" version="[2.0.1, )" /> |
|
|
|
|
|
<dependency id="SharpZipLib.NETStandard" version="[0.86.0.1, )" /> |
|
|
|
|
|
</group> |
|
|
|
|
|
<group targetFramework=".NETStandard1.6"> |
|
|
<group targetFramework=".NETStandard1.6"> |
|
|
<dependency id="System.Security.Cryptography.Algorithms" version="[4.2.0, )" /> |
|
|
<dependency id="System.Security.Cryptography.Algorithms" version="[4.3.0, )" /> |
|
|
<dependency id="NETStandard.Library" version="[1.6.0, )" /> |
|
|
<dependency id="NETStandard.Library" version="[1.6.0, )" /> |
|
|
<dependency id="System.Threading.Thread" version="[4.0.0, )" /> |
|
|
<dependency id="ZKWeb.System.Drawing" version="[3.0.0, )" /> |
|
|
<dependency id="ZKWeb.System.Drawing" version="[2.0.1, )" /> |
|
|
|
|
|
<dependency id="SharpZipLib.NETStandard" version="[0.86.0.1, )" /> |
|
|
<dependency id="SharpZipLib.NETStandard" version="[0.86.0.1, )" /> |
|
|
</group> |
|
|
</group> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
<frameworkAssemblies> |
|
|
|
|
|
<frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.6" /> |
|
|
|
|
|
<frameworkAssembly assemblyName="System.Xml.Linq" targetFramework=".NETFramework4.6" /> |
|
|
|
|
|
</frameworkAssemblies> |
|
|
|
|
|
</metadata> |
|
|
</metadata> |
|
|
<files> |
|
|
<files> |
|
|
<file src="bin\Release\netstandard1.6\Npoi.Core.dll" target="lib\netstandard1.6\Npoi.Core.dll" /> |
|
|
<file src="bin\Release\netstandard1.6\Npoi.Core.dll" target="lib\netstandard1.6\Npoi.Core.dll" /> |
|
|
<file src="bin\Release\net46\Npoi.Core.dll" target="lib\net46\Npoi.Core.dll" /> |
|
|
|
|
|
</files> |
|
|
</files> |
|
|
</package> |
|
|
</package> |