Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 17, 2024
1 parent 920056e commit 94e8293
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 756 deletions.
3 changes: 2 additions & 1 deletion src/Grpc.HealthCheck/Grpc.HealthCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" />
<PackageReference Include="Grpc.Tools" PrivateAssets="All" />

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

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

0 comments on commit 94e8293

Please sign in to comment.