Skip to content

Commit eb1b922

Browse files
authored
Merge to shared - SqlInternalConnection (#1598)
1 parent ac7c1a4 commit eb1b922

File tree

4 files changed

+226
-813
lines changed

4 files changed

+226
-813
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@
394394
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
395395
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
396396
</Compile>
397+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInternalConnection.cs">
398+
<Link>Microsoft\Data\SqlClient\SqlInternalConnection.cs</Link>
399+
</Compile>
397400
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInternalTransaction.cs">
398401
<Link>Microsoft\Data\SqlClient\SqlInternalTransaction.cs</Link>
399402
</Compile>
@@ -634,7 +637,6 @@
634637
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
635638
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
636639
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
637-
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
638640
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
639641
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />
640642
<Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,9 @@
482482
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
483483
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
484484
</Compile>
485+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInternalConnection.cs">
486+
<Link>Microsoft\Data\SqlClient\SqlInternalConnection.cs</Link>
487+
</Compile>
485488
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInternalTransaction.cs">
486489
<Link>Microsoft\Data\SqlClient\SqlInternalTransaction.cs</Link>
487490
</Compile>
@@ -642,7 +645,6 @@
642645
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
643646
<Compile Include="Microsoft\Data\SqlClient\SqlDataReaderSmi.cs" />
644647
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
645-
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
646648
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionSmi.cs" />
647649
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
648650
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />

0 commit comments

Comments
 (0)