Jon Skeet | f26e8c2 | 2017-05-04 08:51:46 +0100 | [diff] [blame] | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | |||||
3 | <PropertyGroup> | ||||
Romfos | 09f094c | 2023-04-10 13:24:56 -0700 | [diff] [blame] | 4 | <TargetFramework>net6.0</TargetFramework> |
Jon Skeet | f26e8c2 | 2017-05-04 08:51:46 +0100 | [diff] [blame] | 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> |