Skip to content

Commit 4aee689

Browse files
Esben BachAGiorgetti
authored andcommitted
Added leftout System.Data.SqlClient for net462
1 parent fcc9aa0 commit 4aee689

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/NEventStore.Persistence.MsSql.Tests/NEventStore.Persistence.MsSql.Core.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
1818
</ItemGroup>
1919
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
20+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2021
<Reference Include="System.Transactions" />
2122
</ItemGroup>
2223
<ItemGroup>

src/NEventStore.Persistence.Sql/NEventStore.Persistence.Sql.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
3232
</ItemGroup>
3333
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
34+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
3435
<Reference Include="System.Configuration" />
3536
<Reference Include="System.Transactions" />
3637
<Reference Include="System.Web" />

0 commit comments

Comments
 (0)