Skip to content

Commit

Permalink
chore(csharp): bump Arrow to 18.0.0 (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher authored Nov 1, 2024
1 parent e46abba commit 2e46f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Apache.Arrow" Version="17.0.0" />
<PackageReference Include="Apache.Arrow" Version="18.0.0" />
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net6.0'))">
<Compile Remove="C\NativeLibrary.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
<PackageReference Include="Apache.Arrow.Flight" Version="17.0.0" />
<PackageReference Include="Apache.Arrow.Flight" Version="18.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Apache.Arrow.Adbc\Apache.Arrow.Adbc.csproj" />
Expand Down

0 comments on commit 2e46f70

Please # to comment.