FlorianHockmann commented on PR #2468:
URL: https://github.com/apache/tinkerpop/pull/2468#issuecomment-1938856875

   > did you leave src\Gremlin.Net\Gremlin.Net.csproj unchanged on purpose?
   
   Yes, we still only target .NET Standard 2.0 and .NET 6. .NET 6 is there also 
only because we're using Websocket compression which wasn't present in .NET 
Standard, but was only added in .NET 6.
   Users on .NET 7 or 8 can of course still use Gremlin.Net. They should get 
the version built for .NET 6 in that case.
   
   We could of course add another target for .NET 7 and/or .NET 8, but I think 
that doesn't add any benefit if we're not using any APIs specific for these 
versions.


-- 
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