Sign in
apache
/
arrow-dotnet
/
HEAD
/
.
/
examples
/
FluentBuilderExample
/
FluentBuilderExample.csproj
blob: b1d76d4db00e030c242765b6d95e0bac07e2833c [
file
]
<
Project
Sdk
=
"Microsoft.NET.Sdk"
>
<
PropertyGroup
>
<
OutputType
>
Exe
</
OutputType
>
<
TargetFramework
>
net8
.
0
</
TargetFramework
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"..\..\src\Apache.Arrow\Apache.Arrow.csproj"
/>
</
ItemGroup
>
</
Project
>