Skip to content

Instantly share code, notes, and snippets.

@fzankl
Created January 24, 2021 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzankl/64c3a00da34fe462afa56447396cccbb to your computer and use it in GitHub Desktop.
Save fzankl/64c3a00da34fe462afa56447396cccbb to your computer and use it in GitHub Desktop.
Reference to gRPC dependencies in a *.csproj file
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment