Skip to content

Commit 6af83fc

Browse files
authored
Move into Shared for SqlCommandSet.cs (#1286)
1 parent dcad18a commit 6af83fc

File tree

4 files changed

+36
-365
lines changed

4 files changed

+36
-365
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
@@ -226,6 +226,9 @@
226226
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs">
227227
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs</Link>
228228
</Compile>
229+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCommandSet.cs">
230+
<Link>Microsoft\Data\SqlClient\SqlCommandSet.cs</Link>
231+
</Compile>
229232
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs">
230233
<Link>Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs</Link>
231234
</Compile>
@@ -498,7 +501,6 @@
498501
<Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
499502
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
500503
<Compile Include="Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
501-
<Compile Include="Microsoft\Data\SqlClient\SqlCommandSet.cs" />
502504
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
503505
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
504506
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@
297297
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs">
298298
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs</Link>
299299
</Compile>
300+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCommandSet.cs">
301+
<Link>Microsoft\Data\SqlClient\SqlCommandSet.cs</Link>
302+
</Compile>
300303
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs">
301304
<Link>Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs</Link>
302305
</Compile>
@@ -465,7 +468,6 @@
465468
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs" />
466469
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
467470
<Compile Include="Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
468-
<Compile Include="Microsoft\Data\SqlClient\SqlCommandSet.cs" />
469471
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
470472
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
471473
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlCommandSet.cs

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

0 commit comments

Comments
 (0)