-
-
Save fzankl/64c3a00da34fe462afa56447396cccbb to your computer and use it in GitHub Desktop.
Reference to gRPC dependencies in a *.csproj file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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