upgrade to MySQL dependencies

This commit is contained in:
sbwalker 2024-01-24 16:49:02 -05:00
parent 245a3a73d8
commit 38a5cc33e8

View File

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