• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<Project Sdk="Microsoft.NET.Sdk">
2
3  <PropertyGroup>
4    <TargetFramework>netcoreapp2.1</TargetFramework>
5    <OutputType>Exe</OutputType>
6    <IsPackable>False</IsPackable>
7  </PropertyGroup>
8
9  <ItemGroup>
10    <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
11  </ItemGroup>
12
13</Project>
14