Skip to content

Commit

Permalink
Merge pull request #24 from dolittle/remove-grpc-package
Browse files Browse the repository at this point in the history
Remove grpc package from csproj
  • Loading branch information
jakhog authored Mar 4, 2022
2 parents 0ac6c17 + 9903026 commit d2031dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/MSBuild/Dolittle.Protobuf.MSBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Protobuf_TouchMissingExpected>true</Protobuf_TouchMissingExpected>
</PropertyGroup>

<Import Project="$(NuGetPackageRoot)grpc.tools/2.41.0/build/Grpc.Tools.props"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.41.0/build/Grpc.Tools.targets"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.43.0/build/Grpc.Tools.props"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.43.0/build/Grpc.Tools.targets"/>

<ItemGroup>
<Protobuf Include="$(DolittleProtoProject)/**/*.proto"
Expand Down
5 changes: 2 additions & 3 deletions Source/MSBuild/Protobuf.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.18.1" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.18.1" />
<PackageReference Include="Grpc" Version="2.41.0" />
<PackageReference Include="Grpc.Tools" Version="2.41.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4" />
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
</ItemGroup>

</Project>

0 comments on commit d2031dc

Please sign in to comment.