Skip to content

Commit

Permalink
#38 added explicit reference to System.Data.SqlClient due to the bug …
Browse files Browse the repository at this point in the history
…in linq2db

reference to following issue linq2db/linq2db#1710
  • Loading branch information
Ujinjinjin committed May 3, 2021
1 parent 034e9f4 commit d804a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Dingo.Core/Dingo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Npgsql" Version="5.0.4" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d804a13

Please sign in to comment.