Skip to content

Commit 351cca6

Browse files
author
Sam Hanes
committed
Issues building net461 w/netstandard references on Mono; use net471 instead
1 parent 193e0d9 commit 351cca6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SqlClient.TestProjects/Lib/Lib.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\..\fsc.props" />
44
<Import Project="..\..\..\netfx.props" />
55
<PropertyGroup>
6-
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
6+
<TargetFrameworks>net471;netcoreapp2.0</TargetFrameworks>
77
<AssemblyName>Lib</AssemblyName>
88
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -18,6 +18,7 @@
1818
<Content Include="packages.config" />
1919
</ItemGroup>
2020
<ItemGroup>
21+
<Reference Include="netstandard" />
2122
<Reference Include="FSharp.Data.SqlClient">
2223
<HintPath>..\..\..\bin\netstandard2.0\FSharp.Data.SqlClient.dll</HintPath>
2324
</Reference>

0 commit comments

Comments
 (0)