Files
voice-cat/dotnet/src/VoiceCat.Crypto/VoiceCat.Crypto.csproj
T
Talon 82ad4c2811
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
Port managed client audio and Windows application
2026-09-16 16:48:06 +02:00

12 lines
417 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" />
<InternalsVisibleTo Include="VoiceCat.Server" />
<InternalsVisibleTo Include="VoiceCat.Core" />
</ItemGroup>
</Project>