Skip to content

Commit ceb2a4b

Browse files
committed
make core internals visible to all other projects
1 parent 04e3813 commit ceb2a4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Plotly.NET/Plotly.NET.fsproj

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
<ItemGroup>
3737
<EmbeddedResource Remove="Layout\ObjectAbstractions\2D\**" />
3838
<EmbeddedResource Remove="Layout\ObjectAbstractions\Carpet\**" />
39+
<InternalsVisibleTo Include="Plotly.NET.CSharp" />
40+
<InternalsVisibleTo Include="FSharpTestBase" />
41+
<InternalsVisibleTo Include="CSharpTestBase" />
42+
<InternalsVisibleTo Include="CoreTests" />
43+
<InternalsVisibleTo Include="StrongNameTests" />
44+
<InternalsVisibleTo Include="CSharpTests" />
45+
<InternalsVisibleTo Include="ImageExportTests" />
3946
</ItemGroup>
4047
<ItemGroup>
4148
<None Include="RELEASE_NOTES.md" />

0 commit comments

Comments
 (0)