Update MySQL.Data to 9.1.0

This commit is contained in:
Cody 2024-10-15 08:15:52 -07:00 committed by GitHub
parent 8618cb62e4
commit f57676a22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.5" />
<PackageReference Include="MySql.Data" Version="9.0.0" />
<PackageReference Include="MySql.Data" Version="9.1.0" />
</ItemGroup>
<ItemGroup>