Skip to content

Commit 5857829

Browse files
authored
Merge SqlDelegatedTransaction (#2861)
1 parent d8b6ca7 commit 5857829

File tree

5 files changed

+64
-594
lines changed

5 files changed

+64
-594
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@
434434
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDataAdapter.cs">
435435
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
436436
</Compile>
437+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs">
438+
<Link>Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs</Link>
439+
</Compile>
437440
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDependency.cs">
438441
<Link>Microsoft\Data\SqlClient\SqlDependency.cs</Link>
439442
</Compile>
@@ -650,8 +653,6 @@
650653
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
651654
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
652655
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
653-
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
654-
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" />
655656
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.cs" />
656657
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
657658
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDelegatedTransaction.NetCoreApp.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)