Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active August 14, 2019 23:11
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 mustakimali/2f63c05c482b028df322740d9e2a0506 to your computer and use it in GitHub Desktop.
Save mustakimali/2f63c05c482b028df322740d9e2a0506 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Core" Version="1.22.0" />
<PackageReference Include="Grpc.Tools" Version="1.22.0-pre1" />
<PackageReference Include="Google.Protobuf" Version="3.9.0-rc1" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="DemoService.proto" GrpcServices="Both" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment