wldevries commented on code in PR #257:
URL: https://github.com/apache/arrow-dotnet/pull/257#discussion_r2839327419


##########
src/Apache.Arrow.Operations/Apache.Arrow.Operations.csproj:
##########
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+    </PropertyGroup>
+
+    <PropertyGroup>
+        <TargetFrameworks>net8.0</TargetFrameworks>

Review Comment:
   DataFrame from the Microsoft.Data.Analysis project could serve as an 
example. They still have a T4 macro for netstandard2.0, but switched to 
`INumber`-based methods for other target frameworks.
   
   
https://github.com/dotnet/machinelearning/blob/main/src/Microsoft.Data.Analysis/Computations/Arithmetic.netstandard.tt
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to