We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e3813 commit ceb2a4bCopy full SHA for ceb2a4b
src/Plotly.NET/Plotly.NET.fsproj
@@ -36,6 +36,13 @@
36
<ItemGroup>
37
<EmbeddedResource Remove="Layout\ObjectAbstractions\2D\**" />
38
<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" />
46
</ItemGroup>
47
48
<None Include="RELEASE_NOTES.md" />
0 commit comments