Skip to content

Commit

Permalink
Add missing dependency to Protobuf Generators
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Dec 4, 2023
1 parent adbdd36 commit ada9cec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/IceRpc.Protobuf/IceRpc.Protobuf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<ItemGroup>
<ProjectReference Include="..\..\src\IceRpc\IceRpc.csproj" />
<PackageReference Include="Google.Protobuf" Version="3.25.1" />
<!-- Includes the analyzer in the package without consuming it. -->
<ProjectReference
Include="..\IceRpc.Protobuf.Generators\IceRpc.Protobuf.Generators.csproj"
ReferenceOutputAssembly="false" />
</ItemGroup>
<!-- NuGet package contents-->
<ItemGroup>
Expand Down

0 comments on commit ada9cec

Please sign in to comment.