blob: 475402b98fd787677705290be758c850d6c1bce5 [file] [log] [blame]
Jon Skeetf26e8c22017-05-04 08:51:46 +01001<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
Romfos09f094c2023-04-10 13:24:56 -07004 <TargetFramework>net6.0</TargetFramework>
Jon Skeetf26e8c22017-05-04 08:51:46 +01005 <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>