Skip to content

Commit f2d1cba

Browse files
committed
Fix failing TypeProviders/Fields/Literals test
1 parent 27cf366 commit f2d1cba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fsharpqa/Source/TypeProviders/Fields/Literals/TestTP/TypeProviderInCSharp.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@
4646
<Compile Include="Helpers.cs" />
4747
<Compile Include="TypeProviderInCSharp.cs" />
4848
</ItemGroup>
49+
50+
<ItemGroup>
51+
<None Include="$(FSCBinPath)\fsharp.core.optdata"><CopyToOutputDirectory>Always</CopyToOutputDirectory></None>
52+
<None Include="$(FSCBinPath)\fsharp.core.sigdata"><CopyToOutputDirectory>Always</CopyToOutputDirectory></None>
53+
</ItemGroup>
54+
4955
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5056
</Project>

0 commit comments

Comments
 (0)