You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Protobuf" Version="3.9.1" />
|
|
<PackageReference Include="Grpc.Net.Client" Version="0.1.22-pre3" />
|
|
<PackageReference Include="Grpc.Tools" Version="2.23.0" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Protobuf Include="Protos\basket.proto" GrpcServices="Client" />
|
|
</ItemGroup>
|
|
</Project>
|