Skip to content

Commit

Permalink
upgrade nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Oct 24, 2021
1 parent ecd40fc commit 4db9892
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 20 deletions.
4 changes: 2 additions & 2 deletions main/NPOI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
8 changes: 4 additions & 4 deletions main/NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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" />
Expand Down
5 changes: 3 additions & 2 deletions ooxml/NPOI.OOXML.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
</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'">
<OutputPath>..\solution\Lib</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<OutputPath>..\solution\Lib</OutputPath>
<OutputPath></OutputPath>
<WarningLevel>5</WarningLevel>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions ooxml/NPOI.OOXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
4 changes: 4 additions & 0 deletions openxml4Net/NPOI.OpenXml4Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 0 additions & 3 deletions openxml4Net/NPOI.OpenXml4Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion testcases/main/NPOI.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
4 changes: 2 additions & 2 deletions testcases/ooxml/NPOI.OOXML.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 4db9892

Please sign in to comment.