blob: 9a527874ce81a6136d0303a73dda2c607662c1a8 [file] [log] [blame]
Jon Skeetf26e8c22017-05-04 08:51:46 +01001<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
James Newton-Kingaa159312021-11-10 08:49:53 +13004 <TargetFramework>netcoreapp3.1</TargetFramework>
Jon Skeetf26e8c22017-05-04 08:51:46 +01005 <OutputType>Exe</OutputType>
6 <StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
7 <IsPackable>False</IsPackable>
8 </PropertyGroup>
9
10 <ItemGroup>
11 <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
12 </ItemGroup>
13
14</Project>