diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-02-05 19:23:59 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-02-05 19:23:59 +0100 |
commit | a24a94ef6ebc6b025cf3ceb8439e9504d7c08352 (patch) | |
tree | f0a80e663f4ad595a52f46c2eb812025b685f377 /HelloGrpc | |
parent | eb16854d70637007422b16c79a5112e60bb1c8c0 (diff) |
Use version 1.6.1 of Grpc.Tools.
This fixes the build in cases where Grpc.Tools 1.6.1 is not installed
on the build host already.
Diffstat (limited to 'HelloGrpc')
-rw-r--r-- | HelloGrpc/HelloGrpc.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/HelloGrpc/HelloGrpc.csproj b/HelloGrpc/HelloGrpc.csproj index 7471977..e5d5a5c 100644 --- a/HelloGrpc/HelloGrpc.csproj +++ b/HelloGrpc/HelloGrpc.csproj @@ -5,10 +5,7 @@ <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" Version="1.6.1" /> <PackageReference Include="Grpc.Tools.MsBuild.Unofficial" Version="1.0.44" /> </ItemGroup> - <PropertyGroup> - <GrpcToolsVersion>1.9.0</GrpcToolsVersion> - </PropertyGroup> </Project> |