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 3d509d8 commit f172aa5Copy full SHA for f172aa5
src/SqlClient.TestProjects/Lib/Lib.fsproj
@@ -18,7 +18,8 @@
18
<Content Include="App.config" />
19
</ItemGroup>
20
<ItemGroup>
21
- <Reference Include="netstandard" />
+ <!-- TODO: investigate why netstandard assembly was put here, or if it is the thing breaking appveyor for #430 -->
22
+ <!--<Reference Include="netstandard" />-->
23
<Reference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="FSharp.Data.SqlClient">
24
<HintPath>..\..\..\bin\netstandard2.0\FSharp.Data.SqlClient.dll</HintPath>
25
</Reference>
0 commit comments