Files
voice-cat/dotnet/src/VoiceCat.Protocol/VoiceCat.Protocol.csproj
T

8 lines
307 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.36.1" />
<PackageReference Include="Grpc.Tools" Version="2.83.0" PrivateAssets="all" />
<Protobuf Include="../../../core/proto/voicecat.proto" GrpcServices="None" />
</ItemGroup>
</Project>