aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/Helloworld/GreeterServer/GreeterServer.csproj
blob: ac10d85497222d1c467f1d15f57876f252298c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <OutputType>Exe</OutputType>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Greeter\Greeter.csproj" />
  </ItemGroup>

</Project>