The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
13 lines
261 B
13 lines
261 B
5 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Greeter\Greeter.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|