|
516 | 516 | <Link>Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.NotSupported.cs</Link> |
517 | 517 | </Compile> |
518 | 518 | </ItemGroup> |
519 | | - <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netstandard'"> |
| 519 | + <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetFramework)' == 'netstandard2.0'"> |
520 | 520 | <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.Task.cs" /> |
521 | 521 | <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetStandard.cs" /> |
522 | 522 | <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetStandard.cs" /> |
523 | | - <Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetStandard.cs" /> |
524 | 523 | <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetStandard.cs" /> |
525 | 524 | <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetStandard.cs" /> |
526 | 525 | </ItemGroup> |
|
552 | 551 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs"> |
553 | 552 | <Link>Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs</Link> |
554 | 553 | </Compile> |
| 554 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" /> |
| 555 | + <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" /> |
555 | 556 | <Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedKeyConverter.CrossPlatform.cs" /> |
556 | | - <Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.NetCoreApp.cs" /> |
557 | | - </ItemGroup> |
558 | | - <!-- netstandard 2.1 and above --> |
559 | | - <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetFramework)' != 'netstandard2.0'"> |
| 557 | + <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" /> |
560 | 558 | <Compile Include="Microsoft\Data\SqlClient\SqlClientEventSource.NetCoreApp.cs" /> |
| 559 | + <Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.NetCoreApp.cs" /> |
| 560 | + <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" /> |
| 561 | + <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" /> |
561 | 562 | </ItemGroup> |
562 | 563 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS' AND '$(TargetGroup)' == 'netcoreapp'"> |
563 | 564 | <Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs"> |
564 | 565 | <Link>Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs</Link> |
565 | 566 | </Compile> |
566 | 567 | <Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.NetCoreApp.cs" /> |
567 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SNIStreams.ValueTask.cs" /> |
568 | | - <Compile Include="Microsoft\Data\SqlClient\SNI\SslOverTdsStream.NetCoreApp.cs" /> |
569 | | - <Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" /> |
570 | | - <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" /> |
571 | | - <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.NetCoreApp.cs" /> |
572 | | - <Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.NetCoreApp.cs" /> |
573 | | - <Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" /> |
| 568 | + <Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.AssemblyLoadContext.cs" /> |
574 | 569 | </ItemGroup> |
575 | 570 | <ItemGroup Condition="'$(OSGroup)' != 'AnyOS'"> |
576 | 571 | <Compile Include="Resources\StringsHelper.cs"> |
|
642 | 637 | <Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" /> |
643 | 638 | <Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" /> |
644 | 639 | <Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" /> |
| 640 | + <Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.cs" /> |
645 | 641 | <Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" /> |
646 | 642 | <Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" /> |
647 | 643 | <Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" /> |
|
959 | 955 | <!-- Enable the project reference for debugging purposes. --> |
960 | 956 | <!-- <ProjectReference Include="$(SqlServerSourceCode)\Microsoft.SqlServer.Server.csproj" /> --> |
961 | 957 | <PackageReference Include="Microsoft.SqlServer.Server" Version="$(MicrosoftSqlServerServerVersion)" /> |
962 | | - <PackageReference Condition="$(TargetGroup) == 'netcoreapp' " Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" /> |
| 958 | + <PackageReference Condition="$(TargetGroup) == 'netstandard'" Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" /> |
963 | 959 | <PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" /> |
964 | 960 | <PackageReference Include="Microsoft.Identity.Client" Version="$(MicrosoftIdentityClientVersion)" /> |
965 | 961 | <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="$(MicrosoftIdentityModelProtocolsOpenIdConnectVersion)" /> |
|
0 commit comments