1<Project Sdk="Microsoft.NET.Sdk">
2
3  <PropertyGroup>
4    <TargetFramework>netcoreapp3.1</TargetFramework>
5    <OutputType>Exe</OutputType>
6    <IsPackable>False</IsPackable>
7  </PropertyGroup>
8
9  <ItemGroup>
10    <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
11    <ProjectReference Include="..\Google.Protobuf.Test\Google.Protobuf.Test.csproj" />
12  </ItemGroup>
13
14</Project>
15