Last active
August 14, 2019 23:11
-
-
Save mustakimali/2f63c05c482b028df322740d9e2a0506 to your computer and use it in GitHub Desktop.
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
<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