Skip to content

Commit

Permalink
Update System.IO.Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy committed Mar 7, 2023
1 parent ea74606 commit 2808555
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Excel.TemplateEngine/Excel.TemplateEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
<PackageReference Include="C5" Version="2.5.3" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.30" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net471'">
<!-- we need to reference System.IO.Packaging directly since net46-targeted DocumentFormat.OpenXml package does not depend on it anymore (see https://github.com/OfficeDev/Open-XML-SDK/pull/783) -->
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.30" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2808555

Please sign in to comment.