Update Oqtane.Database.MySQL.csproj Package Dependencies

This commit is contained in:
Cody 2024-06-10 10:27:15 -07:00 committed by GitHub
parent 15c8b724e6
commit 8be5d0c72d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="MySql.Data" Version="8.3.0" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.2" />
<PackageReference Include="MySql.Data" Version="8.4.0" />
</ItemGroup>
<ItemGroup>