Skip to content

Commit 0760f84

Browse files
committedJan 12, 2021
updating packages
fixes #891
1 parent f5285ff commit 0760f84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<PropertyGroup>
4040

4141
<PeachpieLibraryRegularExpressionsVersion>1.5.0</PeachpieLibraryRegularExpressionsVersion>
42-
<MySqlConnectorVersion>1.0.1</MySqlConnectorVersion>
43-
<ParserVersion>8.0.5543</ParserVersion>
42+
<MySqlConnectorVersion>1.2.1</MySqlConnectorVersion>
43+
<ParserVersion>8.0.5815</ParserVersion>
4444

4545
</PropertyGroup>
4646

‎src/Peachpie.Library/Peachpie.Library.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
<ItemGroup>
2525
<ProjectReference Include="..\Peachpie.Runtime\Peachpie.Runtime.csproj" />
26-
<PackageReference Include="BCrypt.Net-Next" Version="4.0.0" />
27-
<PackageReference Include="FluentFTP" Version="33.0.0" />
28-
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="1.1.9" />
26+
<PackageReference Include="BCrypt.Net-Next" Version="4.0.2" />
27+
<PackageReference Include="FluentFTP" Version="33.0.3" />
28+
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="1.1.10" />
2929
<PackageReference Include="NGettext" Version="0.6.6" />
3030
<PackageReference Include="Peachpie.Library.RegularExpressions" Version="$(PeachpieLibraryRegularExpressionsVersion)" />
3131
<PackageReference Include="Rationals" Version="1.4.0" />

0 commit comments

Comments
 (0)