Fixed #42: Tapeti.Flow.SQL depends on system.data.sql

This commit is contained in:
Mark van Renswoude 2023-04-06 06:57:32 +02:00
parent 0c2bbf396c
commit 1bd284166d
4 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Threading.Tasks;
using Microsoft.Data.SqlClient;
using Newtonsoft.Json;
// Neither of these are available in language version 7 required for .NET Standard 2.0

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using Microsoft.Data.SqlClient;
// ReSharper disable UnusedMember.Global

View File

@ -1,6 +1,6 @@
using System;
using System.Data.SqlClient;
using System.Threading.Tasks;
using Microsoft.Data.SqlClient;
namespace Tapeti.Flow.SQL
{

View File

@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.*" />
</ItemGroup>
<ItemGroup>