|
515 | 515 | </Compile>
|
516 | 516 | </ItemGroup>
|
517 | 517 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netstandard'">
|
518 |
| - <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.cs" /> |
| 518 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.NetStandard.cs" /> |
519 | 519 | <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetStandard.cs" />
|
520 | 520 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetStandard.cs" />
|
521 | 521 | <Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetStandard.cs" />
|
|
562 | 562 | <Link>Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs</Link>
|
563 | 563 | </Compile>
|
564 | 564 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.NetCoreApp.cs" />
|
565 |
| - <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" /> |
| 565 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.NetCoreApp.cs" /> |
566 | 566 | <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" />
|
567 | 567 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" />
|
568 |
| - <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" /> |
| 568 | + <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.NetCoreApp.cs" /> |
569 | 569 | <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" />
|
570 | 570 | <Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetCoreApp.cs" />
|
571 | 571 | <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" />
|
572 | 572 | </ItemGroup>
|
573 | 573 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS'">
|
574 |
| - <Compile Include="Resources\StringsHelper.cs"> |
575 |
| - <Link>Resources\StringsHelper.NetCore.cs</Link> |
576 |
| - </Compile> |
| 574 | + <Compile Include="Resources\StringsHelper.NetCore.cs" /> |
577 | 575 | <Compile Include="Resources\Strings.Designer.cs">
|
578 | 576 | <DesignTime>True</DesignTime>
|
579 | 577 | <AutoGen>True</AutoGen>
|
|
0 commit comments