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 a49da47 commit 21c27bcCopy full SHA for 21c27bc
src/SqlClient.TestProjects/Lib/Lib.fsproj
@@ -19,9 +19,12 @@
19
</ItemGroup>
20
<ItemGroup>
21
<Reference Include="netstandard" />
22
- <Reference Include="FSharp.Data.SqlClient">
+ <Reference Condition="'$(TargetFramework)' == 'netcoreapp2.0'" Include="FSharp.Data.SqlClient">
23
<HintPath>..\..\..\bin\netstandard2.0\FSharp.Data.SqlClient.dll</HintPath>
24
</Reference>
25
+ <Reference Condition="'$(TargetFramework)' == 'net471'" Include="FSharp.Data.SqlClient">
26
+ <HintPath>..\..\..\bin\net40\FSharp.Data.SqlClient.dll</HintPath>
27
+ </Reference>
28
29
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
30
</Project>
0 commit comments