|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <Description>PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.</Description> |
4 | | - <VersionPrefix>1.5.16</VersionPrefix> |
| 4 | + <VersionPrefix>1.5.17</VersionPrefix> |
5 | 5 | <Authors>Vahid Nasiri</Authors> |
6 | 6 | <TargetFrameworks>net462;netstandard2.0</TargetFrameworks> |
7 | 7 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
31 | 31 | </ItemGroup> |
32 | 32 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
33 | 33 | <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> |
34 | | - <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" /> |
| 34 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" /> |
35 | 35 | <PackageReference Include="System.Xml.XPath.XDocument" Version="4.3.0" /> |
36 | | - <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" /> |
37 | | - <PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.7.4" /> |
| 36 | + <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" /> |
| 37 | + <PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.7.9" /> |
38 | 38 | <PackageReference Include="EPPlus" Version="[4.5.3.3, 5)" /> |
39 | 39 | </ItemGroup> |
40 | 40 | <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> |
41 | 41 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
42 | | - <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" /> |
43 | | - <PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.7.4" /> |
| 42 | + <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" /> |
| 43 | + <PackageReference Include="iTextSharp.LGPLv2.Core" Version="3.7.9" /> |
44 | 44 | <PackageReference Include="EPPlus" Version="[4.5.3.3, 5)" /> |
45 | | - <PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" /> |
| 45 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" /> |
46 | 46 | </ItemGroup> |
47 | 47 | <PropertyGroup Condition="'$(TargetFramework)' == 'net462'"> |
48 | 48 | <DefineConstants>NET40</DefineConstants> |
|
0 commit comments