Google.Protobuf.Conformance.csproj 402 Bytes
Newer Older
1 2 3
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
4
    <TargetFramework>netcoreapp2.1</TargetFramework>
5 6 7 8 9 10 11 12 13 14
    <OutputType>Exe</OutputType>
    <IsPackable>False</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
    <ProjectReference Include="..\Google.Protobuf.Test\Google.Protobuf.Test.csproj" />
  </ItemGroup>

</Project>