Skip to content

Commit 4782c30

Browse files
committed
Enabling certificate store provider for Unix platforms
1 parent b1f7eaf commit 4782c30

File tree

4 files changed

+4
-73
lines changed

4 files changed

+4
-73
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,9 @@
395395
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCollation.cs">
396396
<Link>Microsoft\Data\SqlClient\SqlCollation.cs</Link>
397397
</Compile>
398+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs">
399+
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs</Link>
400+
</Compile>
398401
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs">
399402
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs</Link>
400403
</Compile>
@@ -779,9 +782,6 @@
779782
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SSPI\NativeSSPIContextProvider.cs">
780783
<Link>Microsoft\Data\SqlClient\SSPI\NativeSSPIContextProvider.cs</Link>
781784
</Compile>
782-
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs">
783-
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs</Link>
784-
</Compile>
785785
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs">
786786
<Link>Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs</Link>
787787
</Compile>
@@ -815,7 +815,6 @@
815815
<Compile Include="Microsoft\Data\SqlClient\PacketHandle.Unix.cs" />
816816
<Compile Include="Microsoft\Data\SqlClient\SessionHandle.Unix.cs" />
817817
<Compile Include="Microsoft\Data\SqlClient\SNI\LocalDB.Unix.cs" />
818-
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Unix.cs" />
819818
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Unix.cs" />
820819
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.Unix.cs" />
821820
<Compile Include="Microsoft\Data\SqlClient\SqlFileStream.Unsupported.cs" />

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlColumnEncryptionCertificateStoreProvider.Unix.cs

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlCollation.cs">
581581
<Link>Microsoft\Data\SqlClient\SqlCollation.cs</Link>
582582
</Compile>
583-
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs">
583+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs">
584584
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs</Link>
585585
</Compile>
586586
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs">

0 commit comments

Comments
 (0)