We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a37da commit df35d18Copy full SHA for df35d18
src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
@@ -429,7 +429,7 @@
429
<Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlNtStatusToDosError.cs">
430
<Link>Common\Interop\Windows\Interop.RtlNtStatusToDosError.cs</Link>
431
</Compile>
432
- <Compile Include="Microsoft\Data\SQLTypes\SqlFileStream.Windows.cs" />
+ <Compile Include="Microsoft\Data\SqlTypes\SqlFileStream.Windows.cs" />
433
</ItemGroup>
434
<!-- Manage the SNI toggle for Windows netstandard and UWP -->
435
<ItemGroup Condition="('$(TargetGroup)' == 'netstandard' OR '$(TargetGroup)' == 'netcoreapp') AND '$(TargetsWindows)' == 'true'">
0 commit comments