Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit bbf33ce

Browse files
committed
Replace MySqlConnector with MySql.Data.
1 parent 1e20102 commit bbf33ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="MySql.Data" Version="8.0.19" />
43
<PackageReference Include="Dapper" Version="2.0.30" />
4+
<PackageReference Include="MySqlConnector" Version="0.61.0" />
55
</ItemGroup>
66
<ItemGroup>
77
<ProjectReference Include="..\Ray.Core\Ray.Core.csproj" />

0 commit comments

Comments
 (0)