Skip to content

Commit

Permalink
switch from MySQL.Data to MySqlConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
DmyMi committed Feb 25, 2025
1 parent 8907a55 commit b2911dd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OutOfSchool/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageVersion Include="OneOf" Version="3.0.263" />
<!--MySQL-->
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageVersion Include="MySql.Data" Version="8.4.0" />
<PackageVersion Include="MySqlConnector" Version="2.4.0" />
<PackageVersion Include="Google.Protobuf" Version="3.25.2" />
<!--Elasticsearch-->
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.15.6" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Quartz.Plugins.TimeZoneConverter" />
<PackageReference Include="Quartz.Serialization.SystemTextJson" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="MySqlConnector" />
<PackageReference Include="Elastic.Apm.AspNetCore" />
<PackageReference Include="Elastic.Apm.EntityFrameworkCore" />
<PackageReference Include="Elastic.Apm.Elasticsearch" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<PackageReference Include="Microsoft.FeatureManagement" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" />
<PackageReference Include="Quartz.AspNetCore" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" />
<PackageReference Include="MySqlConnector" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MockQueryable.EntityFrameworkCore" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="IdentityModel" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
Expand Down
2 changes: 1 addition & 1 deletion OutOfSchool/OutOfSchool.WebApi/OutOfSchool.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PackageReference Include="Microsoft.FeatureManagement" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="MySqlConnector" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" />
<PackageReference Include="Quartz.AspNetCore" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" />
Expand Down

0 comments on commit b2911dd

Please sign in to comment.