Skip to content

Commit df35d18

Browse files
authored
Fix filename case in csproj (#554)
1 parent d3a37da commit df35d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
<Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlNtStatusToDosError.cs">
430430
<Link>Common\Interop\Windows\Interop.RtlNtStatusToDosError.cs</Link>
431431
</Compile>
432-
<Compile Include="Microsoft\Data\SQLTypes\SqlFileStream.Windows.cs" />
432+
<Compile Include="Microsoft\Data\SqlTypes\SqlFileStream.Windows.cs" />
433433
</ItemGroup>
434434
<!-- Manage the SNI toggle for Windows netstandard and UWP -->
435435
<ItemGroup Condition="('$(TargetGroup)' == 'netstandard' OR '$(TargetGroup)' == 'netcoreapp') AND '$(TargetsWindows)' == 'true'">

0 commit comments

Comments
 (0)