Skip to content

Commit 652e763

Browse files
committed
Properly link SqlDbColumn
1 parent 942750a commit 652e763

File tree

3 files changed

+6
-118
lines changed

3 files changed

+6
-118
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@
443443
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDataAdapter.cs">
444444
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
445445
</Compile>
446+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDbColumn.cs">
447+
<Link>Microsoft\Data\SqlClient\SqlDbColumn.cs</Link>
448+
</Compile>
446449
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDependency.cs">
447450
<Link>Microsoft\Data\SqlClient\SqlDependency.cs</Link>
448451
</Compile>
@@ -670,7 +673,6 @@
670673
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
671674
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
672675
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
673-
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
674676
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
675677
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" />
676678
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.cs" />

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

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,9 @@
577577
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDataAdapter.cs">
578578
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
579579
</Compile>
580+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDbColumn.cs">
581+
<Link>Microsoft\Data\SqlClient\SqlDbColumn.cs</Link>
582+
</Compile>
580583
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlDependency.cs">
581584
<Link>Microsoft\Data\SqlClient\SqlDependency.cs</Link>
582585
</Compile>

0 commit comments

Comments
 (0)