Skip to content

Commit

Permalink
chore: add InternalVisibleTo attribute for benchmark project
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Apr 6, 2024
1 parent c1e9950 commit fd1a78a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
<InternalsVisibleTo Include="Docfx.Benchmarks" />
</ItemGroup>
</Project>
</Project>

0 comments on commit fd1a78a

Please sign in to comment.