10 lines
313 B
XML
10 lines
313 B
XML
<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" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|