Skip to content

Commit

Permalink
Reduce the dependency library of EF SQL Server to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Aug 20, 2024
1 parent 84ef4fc commit bf0cb70
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.3.566" />
</ItemGroup>

Expand Down

0 comments on commit bf0cb70

Please sign in to comment.