Skip to content

Commit 94e8293

Browse files
committed
Fix build
1 parent 920056e commit 94e8293

File tree

5 files changed

+79
-756
lines changed

5 files changed

+79
-756
lines changed

src/Grpc.HealthCheck/Grpc.HealthCheck.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Google.Protobuf" />
22+
<PackageReference Include="Grpc.Tools" PrivateAssets="All" />
2223

23-
<!-- TODO(jtattermusch): add reference to Grpc.Tools and use it for generating the Health.cs and HealthGrpc.cs sources -->
24+
<Protobuf Include="health.proto" GrpcServices="Both" />
2425
</ItemGroup>
2526

2627
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)