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 2c95099 commit 20bacb0Copy full SHA for 20bacb0
src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj
@@ -16,7 +16,7 @@
16
<Compile Include="Microsoft.Data.SqlClient.cs" />
17
<Compile Include="Microsoft.Data.SqlClient.Manual.cs" />
18
</ItemGroup>
19
- <ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
+ <ItemGroup Condition="'$([MSBuild]::GetTargetFrameworkIdentifier($(TargetFramework)))'=='.NETCoreApp'">
20
<Compile Include="..\..\ref\Microsoft.Data.SqlClient.Batch.cs" />
21
<Compile Include="..\..\ref\Microsoft.Data.SqlClient.Batch.NetCoreApp.cs" />
22
0 commit comments