This is an automated email from the ASF dual-hosted git repository.

curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 868595b2 fix(csharp/adbc): Remove xunit as a dependency from 
Apache.Arrow.Adbc.dll (#1295)
868595b2 is described below

commit 868595b2372e0772abe09d1764f5c4ed27d58bb2
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Tue Nov 14 10:16:10 2023 -0800

    fix(csharp/adbc): Remove xunit as a dependency from Apache.Arrow.Adbc.dll 
(#1295)
    
    Test dependency is not required for product code.
---
 csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj 
b/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
index a8747bbb..c49113e7 100644
--- a/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
+++ b/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
@@ -5,14 +5,6 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
 
-  <ItemGroup>
-    <PackageReference Include="xunit" Version="2.5.1" />
-    <PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
-      <PrivateAssets>all</PrivateAssets>
-      <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
-    </PackageReference>
-  </ItemGroup>
-
   <ItemGroup>
     <ProjectReference 
Include="..\arrow\csharp\src\Apache.Arrow\Apache.Arrow.csproj" />
   </ItemGroup>

Reply via email to