aboutsummaryrefslogtreecommitdiff
path: root/HelloGrpc/HelloGrpc.csproj
blob: 747197714b6c7517916b22159d4779fe72c3f8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Google.Protobuf" Version="3.5.1" />
    <PackageReference Include="Grpc" Version="1.9.0" />
    <PackageReference Include="Grpc.Tools" Version="1.9.0" />
    <PackageReference Include="Grpc.Tools.MsBuild.Unofficial" Version="1.0.44" />
  </ItemGroup>
  <PropertyGroup>
    <GrpcToolsVersion>1.9.0</GrpcToolsVersion>
  </PropertyGroup>
</Project>