Skip to content

Commit

Permalink
Merge pull request #1098 from lahma/remove-unused-deps
Browse files Browse the repository at this point in the history
Remove unused package references
  • Loading branch information
tonyqus authored Jun 14, 2023
2 parents 46c0134 + 1cbccce commit 2305df3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
9 changes: 0 additions & 9 deletions OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<OutputPath>..\solution\$(Configuration)\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>
Expand All @@ -21,10 +18,4 @@
<ProjectReference Include="..\main\NPOI.Core.csproj" />
<ProjectReference Include="..\openxml4Net\NPOI.OpenXml4Net.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Enums.NET" Version="4.0.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions main/NPOI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<OutputPath>..\solution\$(Configuration)\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand All @@ -31,9 +28,6 @@
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta18" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion ooxml/NPOI.OOXML.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions openxml4Net/NPOI.OpenXml4Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<OutputPath>..\solution\$(Configuration)\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand All @@ -21,8 +18,4 @@
<ProjectReference Include="..\main\NPOI.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 2305df3

Please # to comment.