Sign in
apache
/
arrow
/
refs/heads/maint-12.0.x
/
.
/
csharp
/
examples
/
FluentBuilderExample
/
FluentBuilderExample.csproj
blob: a7bd5392f007d1465128fec2a50f5f4884e228a6 [
file
]
<
Project
Sdk
=
"Microsoft.NET.Sdk"
>
<
PropertyGroup
>
<
OutputType
>
Exe
</
OutputType
>
<
TargetFramework
>
net7
.
0
</
TargetFramework
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"..\..\src\Apache.Arrow\Apache.Arrow.csproj"
/>
</
ItemGroup
>
</
Project
>