Skip to content

Commit c5f0f10

Browse files
committed
Rename file with Windows suffix and update references
1 parent 4e235d3 commit c5f0f10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,8 @@
662662
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.Windows.cs" />
663663
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCngProvider.Windows.cs" />
664664
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionCspProvider.Windows.cs" />
665-
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParserSafeHandles.cs">
666-
<Link>Microsoft\Data\SqlClient\TdsParserSafeHandles.cs</Link>
665+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs">
666+
<Link>Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs</Link>
667667
</Compile>
668668
</ItemGroup>
669669
<!-- Unix only -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@
539539
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParameterSetter.cs">
540540
<Link>Microsoft\Data\SqlClient\TdsParameterSetter.cs</Link>
541541
</Compile>
542-
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParserSafeHandles.cs">
543-
<Link>Microsoft\Data\SqlClient\TdsParserSafeHandles.cs</Link>
542+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs">
543+
<Link>Microsoft\Data\SqlClient\TdsParserSafeHandles.Windows.cs</Link>
544544
</Compile>
545545
<Compile Include="..\..\src\Microsoft\Data\SqlClient\TdsRecordBufferSetter.cs">
546546
<Link>Microsoft\Data\SqlClient\TdsRecordBufferSetter.cs</Link>
File renamed without changes.

0 commit comments

Comments
 (0)