Skip to content

Commit f172aa5

Browse files
try to fix appveyor failing to build sample lib.fsproj
1 parent 3d509d8 commit f172aa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SqlClient.TestProjects/Lib/Lib.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<Content Include="App.config" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<Reference Include="netstandard" />
21+
<!-- TODO: investigate why netstandard assembly was put here, or if it is the thing breaking appveyor for #430 -->
22+
<!--<Reference Include="netstandard" />-->
2223
<Reference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="FSharp.Data.SqlClient">
2324
<HintPath>..\..\..\bin\netstandard2.0\FSharp.Data.SqlClient.dll</HintPath>
2425
</Reference>

0 commit comments

Comments
 (0)