|
514 | 514 | <Link>Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.NotSupported.cs</Link> |
515 | 515 | </Compile> |
516 | 516 | </ItemGroup> |
517 | | - <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netstandard'"> |
518 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.cs" /> |
519 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetStandard.cs" /> |
520 | | - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetStandard.cs" /> |
521 | | - <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetStandard.cs" /> |
522 | | - <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetStandard.cs" /> |
523 | | - </ItemGroup> |
524 | 517 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetFramework)' != 'netstandard2.0'"> |
525 | 518 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\AlwaysEncryptedEnclaveProviderUtils.cs"> |
526 | 519 | <Link>Microsoft\Data\SqlClient\AlwaysEncryptedEnclaveProviderUtils.cs</Link> |
|
549 | 542 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs"> |
550 | 543 | <Link>Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs</Link> |
551 | 544 | </Compile> |
| 545 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" /> |
| 546 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" /> |
552 | 547 | <Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedKeyConverter.CrossPlatform.cs" /> |
| 548 | + <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" /> |
| 549 | + <Compile Include="Microsoft\Data\SqlClient\SqlClientEventSource.NetCoreApp.cs" /> |
553 | 550 | <Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.NetCoreApp.cs" /> |
| 551 | + <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" /> |
| 552 | + <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" /> |
554 | 553 | </ItemGroup> |
555 | | - <!-- netstandard 2.1 and above --> |
556 | | - <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetFramework)' != 'netstandard2.0'"> |
557 | | - <Compile Include="Microsoft\Data\SqlClient\SqlClientEventSource.NetCoreApp.cs" /> |
| 554 | + <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetFramework)' == 'netstandard2.0'"> |
| 555 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.cs" /> |
| 556 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetStandard.cs" /> |
| 557 | + <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetStandard.cs" /> |
| 558 | + <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetStandard.cs" /> |
| 559 | + <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetStandard.cs" /> |
558 | 560 | </ItemGroup> |
559 | 561 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netcoreapp'"> |
560 | 562 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs"> |
561 | 563 | <Link>Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs</Link> |
562 | 564 | </Compile> |
563 | 565 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.NetCoreApp.cs" /> |
564 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" /> |
565 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" /> |
566 | | - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" /> |
567 | | - <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" /> |
568 | | - <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" /> |
569 | | - <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" /> |
| 566 | + <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" /> |
570 | 567 | </ItemGroup> |
571 | 568 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS'"> |
572 | 569 | <Compile Include="Resources\StringsHelper.cs"> |
|
0 commit comments