Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Oct 20, 2023
1 parent be2d624 commit 8f437f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PdfRpt.Core/PdfRpt.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.</Description>
<VersionPrefix>1.5.10</VersionPrefix>
<VersionPrefix>1.5.11</VersionPrefix>
<Authors>Vahid Nasiri</Authors>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -34,13 +34,13 @@
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Xml.XPath.XDocument" Version="4.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.4.11" />
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.4.12" />
<PackageReference Include="EPPlus" Version="[4.5.3.3, 5)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.ComponentModel.DataAnnotations" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.4.11" />
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.4.12" />
<PackageReference Include="EPPlus" Version="[4.5.3.3, 5)" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down

0 comments on commit 8f437f1

Please sign in to comment.