Bump TSAPI/OTAPI & other deps for arm64

This should allow monomod hooks to run on a raspberrypi (no apple silicon yet)
This commit is contained in:
Luke 2022-03-27 19:31:43 +10:00
parent e7f05415c7
commit 699047d119
4 changed files with 12 additions and 10 deletions

View file

@ -28,8 +28,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.2" />
<PackageReference Include="MySql.Data" Version="8.0.27" />
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="SQLite" Version="3.13.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.115.5" />
</ItemGroup>