davidhcoe commented on code in PR #697: URL: https://github.com/apache/arrow-adbc/pull/697#discussion_r1213164673
########## csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj: ########## @@ -0,0 +1,13 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <Version>0.1.0</Version> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\arrow\csharp\src\Apache.Arrow\Apache.Arrow.csproj" /> Review Comment: uses a submodule to obtain. will investigate gh action suggestion -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org