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.

16 lines
523 B

5 years ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Google.Protobuf" Version="3.9.1" />
  8. <PackageReference Include="Grpc.Net.Client" Version="0.1.22-pre3" />
  9. <PackageReference Include="Grpc.Tools" Version="2.23.0" PrivateAssets="All" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Protobuf Include="Protos\basket.proto" GrpcServices="Client" />
  13. </ItemGroup>
  14. </Project>