Skip to content

Commit

Permalink
chore: Add InternalVisibleTo attribute for benchmark project (dotne…
Browse files Browse the repository at this point in the history
…t#9840)

chore: add InternalVisibleTo attribute for benchmark project
  • Loading branch information
filzrev authored and p-kostov committed Jun 28, 2024
1 parent 76a3efb commit ca31675
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 ca31675

Please sign in to comment.