Skip to content

Commit

Permalink
make core internals visible to all other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Oct 17, 2024
1 parent 04e3813 commit ceb2a4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Plotly.NET/Plotly.NET.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
<ItemGroup>
<EmbeddedResource Remove="Layout\ObjectAbstractions\2D\**" />
<EmbeddedResource Remove="Layout\ObjectAbstractions\Carpet\**" />
<InternalsVisibleTo Include="Plotly.NET.CSharp" />
<InternalsVisibleTo Include="FSharpTestBase" />
<InternalsVisibleTo Include="CSharpTestBase" />
<InternalsVisibleTo Include="CoreTests" />
<InternalsVisibleTo Include="StrongNameTests" />
<InternalsVisibleTo Include="CSharpTests" />
<InternalsVisibleTo Include="ImageExportTests" />
</ItemGroup>
<ItemGroup>
<None Include="RELEASE_NOTES.md" />
Expand Down

0 comments on commit ceb2a4b

Please sign in to comment.