Skip to content

Commit

Permalink
Updated System.Data.SqlClient dependancy to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Sep 7, 2019
1 parent f70a5ee commit 824ce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDFSharp/RDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
</ItemGroup>

</Project>

0 comments on commit 824ce64

Please sign in to comment.