Browse Source

upgrade nuget packages

pull/687/head 2.5.5
Tony Qu 4 years ago
parent
commit
4db98929e6
  1. 4
      main/NPOI.Core.csproj
  2. 8
      main/NPOI.csproj
  3. 5
      ooxml/NPOI.OOXML.Core.csproj
  4. 6
      ooxml/NPOI.OOXML.csproj
  5. 4
      openxml4Net/NPOI.OpenXml4Net.Core.csproj
  6. 3
      openxml4Net/NPOI.OpenXml4Net.csproj
  7. 2
      testcases/main/NPOI.TestCases.csproj
  8. 4
      testcases/ooxml/NPOI.OOXML.TestCases.csproj

4
main/NPOI.Core.csproj

@ -9,11 +9,11 @@
<AssemblyOriginatorKeyFile>npoi.snk</AssemblyOriginatorKeyFile>
<PackageId>NPOI</PackageId>
<RepositoryUrl>https://github.com/tonyqus/npoi</RepositoryUrl>
<OutputPath>..\solution\Lib</OutputPath>
<OutputPath></OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>..\solution\Lib\NPOI.xml</DocumentationFile>
<DocumentationFile>C:\github\npoi\main\NPOI.xml</DocumentationFile>
</PropertyGroup>

8
main/NPOI.csproj

@ -82,9 +82,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\solution\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll</HintPath>
</Reference>
@ -1360,8 +1357,11 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Portable.BouncyCastle">
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.1</Version>
<Version>1.3.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

5
ooxml/NPOI.OOXML.Core.csproj

@ -10,7 +10,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>..\solution\Lib\NPOI.OOXML.xml</DocumentationFile>
<DocumentationFile>C:\github\npoi\ooxml\NPOI.OOXML.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -18,7 +18,8 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<OutputPath>..\solution\Lib</OutputPath>
<OutputPath></OutputPath>
<WarningLevel>5</WarningLevel>
</PropertyGroup>
<ItemGroup>

6
ooxml/NPOI.OOXML.csproj

@ -82,12 +82,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\solution\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.1.9, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\solution\packages\SharpZipLib.1.3.1\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />

4
openxml4Net/NPOI.OpenXml4Net.Core.csproj

@ -12,6 +12,10 @@
<OutputPath>..\solution\Lib</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<WarningLevel>5</WarningLevel>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\main\NPOI.Core.csproj" />
</ItemGroup>

3
openxml4Net/NPOI.OpenXml4Net.csproj

@ -82,9 +82,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.1.9, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\solution\packages\SharpZipLib.1.3.1\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />

2
testcases/main/NPOI.TestCases.csproj

@ -719,7 +719,7 @@
<Version>3.13.1</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.1</Version>
<Version>1.3.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

4
testcases/ooxml/NPOI.OOXML.TestCases.csproj

@ -312,10 +312,10 @@
<Version>3.13.1</Version>
</PackageReference>
<PackageReference Include="Portable.BouncyCastle">
<Version>1.8.6</Version>
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.1</Version>
<Version>1.3.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />

Loading…
Cancel
Save