1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 07:48:06 +02:00

Upgrade MySqlConnector NuGet package

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Esteban Solano Granados 2022-01-20 04:09:54 +00:00 committed by GitHub
parent cce18fa163
commit 6803d84678

View file

@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySqlConnector" Version="0.61.0" />
<PackageReference Include="MySqlConnector" Version="2.1.2" />
</ItemGroup>
</Project>