Skip to content

Commit

Permalink
sql server switch
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Mar 9, 2024
1 parent f0a9e66 commit cdeb0e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions BackendApplication/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.MySql" Version="8.0.0" />
<!-- <PackageReference Include="AspNetCore.HealthChecks.MySql" Version="8.0.0" />-->
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="8.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MySqlConnector" Version="2.3.5" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" />
<!-- <PackageReference Include="MySqlConnector" Version="2.3.5" />-->
<!-- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" />-->
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="VaultSharp" Version="1.13.0.1" />
<PackageReference Include="VaultSharp.Configuration" Version="0.1.6" />
Expand Down

0 comments on commit cdeb0e5

Please sign in to comment.