8 lines
307 B
XML
8 lines
307 B
XML
<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>
|