Skip to content

Commit

Permalink
chore: Add InternalVisibleTo attribute for benchmark project (#9840)
Browse files Browse the repository at this point in the history
chore: add InternalVisibleTo attribute for benchmark project
  • Loading branch information
filzrev authored Apr 14, 2024
1 parent cfeddb7 commit 59b4261
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 59b4261

Please sign in to comment.