Skip to content

Commit 17045bc

Browse files
authored
Merge | SqlConnectionHelper.cs (#3634)
1 parent 02c9c21 commit 17045bc

File tree

6 files changed

+307
-705
lines changed

6 files changed

+307
-705
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@
830830
</Compile>
831831

832832
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.netcore.cs" />
833-
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
834833
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
835834
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />
836835
<Compile Include="Microsoft\Data\SqlClient\TdsParser.RegisterEncoding.cs" />

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionHelper.cs

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@
10041004
</Compile>
10051005

10061006
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.netfx.cs" />
1007-
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
10081007
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
10091008
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />
10101009
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObject.netfx.cs" />

0 commit comments

Comments
 (0)