| <Project Sdk="Microsoft.NET.Sdk.Web"> | |
| <PropertyGroup> | |
| <TargetFrameworks>net8.0</TargetFrameworks> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Google.Protobuf" /> | |
| <PackageReference Include="Grpc.AspNetCore" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\src\Apache.Arrow.Flight.AspNetCore\Apache.Arrow.Flight.AspNetCore.csproj" /> | |
| <ProjectReference Include="..\..\src\Apache.Arrow.Flight.Sql\Apache.Arrow.Flight.Sql.csproj" /> | |
| </ItemGroup> | |
| </Project> |