mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-26 18:12:14 +01:00
* No pre-compilation of proto files required; * Tested under Windows and Linux dotnet and mono; * But not tested on Mac/mono; * README updated.
13 lines
267 B
XML
13 lines
267 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RouteGuide\RouteGuide.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|