Skip to content

Commit

Permalink
Switch from System.Data.SqlClient to Microsoft.Data.SqlClient per off…
Browse files Browse the repository at this point in the history
…icial recommendation
  • Loading branch information
AmirShitrit committed Mar 20, 2024
1 parent 9791abb commit 2dcfd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Proto.Persistence\Proto.Persistence.csproj" />
Expand Down

0 comments on commit 2dcfd5d

Please sign in to comment.