1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-25 05:21:03 -05:00

Make Identity internals visible to its unit tests

This commit is contained in:
Justin Baur 2025-04-29 07:04:18 -04:00
parent a8083bc008
commit 95a2b80ebb
No known key found for this signature in database

View File

@ -14,4 +14,8 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Identity.Test" />
</ItemGroup>
</Project>