diff options
Diffstat (limited to 'src/arrow/csharp/examples/FluentBuilderExample/FluentBuilderExample.csproj')
-rw-r--r-- | src/arrow/csharp/examples/FluentBuilderExample/FluentBuilderExample.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arrow/csharp/examples/FluentBuilderExample/FluentBuilderExample.csproj b/src/arrow/csharp/examples/FluentBuilderExample/FluentBuilderExample.csproj new file mode 100644 index 000000000..575a2743e --- /dev/null +++ b/src/arrow/csharp/examples/FluentBuilderExample/FluentBuilderExample.csproj @@ -0,0 +1,12 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>netcoreapp2.1</TargetFramework> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\..\src\Apache.Arrow\Apache.Arrow.csproj" /> + </ItemGroup> + +</Project>
\ No newline at end of file |