2026-09-15 17:54:16 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="../VoiceCat.Protocol/VoiceCat.Protocol.csproj" />
|
|
|
|
|
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<InternalsVisibleTo Include="VoiceCat.Tests" />
|
2026-09-16 16:48:06 +02:00
|
|
|
<InternalsVisibleTo Include="VoiceCat.Server" />
|
|
|
|
|
<InternalsVisibleTo Include="VoiceCat.Core" />
|
2026-09-15 17:54:16 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|