Skip to content

Commit

Permalink
Switch SQL Server provider to Microsoft.Data.SqlClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Sep 7, 2019
1 parent 824ce64 commit 9964d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RDFSharp/RDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</PropertyGroup>

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

</Project>
2 changes: 1 addition & 1 deletion RDFSharp/Store/Engines/RDFSQLServerStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

using System;
using System.Data;
using System.Data.SqlClient;
using Microsoft.Data.SqlClient;
using RDFSharp.Model;

namespace RDFSharp.Store
Expand Down

0 comments on commit 9964d20

Please sign in to comment.