Skip to content

Instantly share code, notes, and snippets.

@fzankl
Created January 24, 2021 10:08
Embed
What would you like to do?
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