We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193e0d9 commit 351cca6Copy full SHA for 351cca6
1 file changed
src/SqlClient.TestProjects/Lib/Lib.fsproj
@@ -3,7 +3,7 @@
3
<Import Project="..\..\..\fsc.props" />
4
<Import Project="..\..\..\netfx.props" />
5
<PropertyGroup>
6
- <TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
+ <TargetFrameworks>net471;netcoreapp2.0</TargetFrameworks>
7
<AssemblyName>Lib</AssemblyName>
8
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
9
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -18,6 +18,7 @@
18
<Content Include="packages.config" />
19
</ItemGroup>
20
<ItemGroup>
21
+ <Reference Include="netstandard" />
22
<Reference Include="FSharp.Data.SqlClient">
23
<HintPath>..\..\..\bin\netstandard2.0\FSharp.Data.SqlClient.dll</HintPath>
24
</Reference>
0 commit comments