[
https://issues.apache.org/jira/browse/TINKERPOP-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816635#comment-17816635
]
ASF GitHub Bot commented on TINKERPOP-3030:
-------------------------------------------
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.
> Update to .NET 8
> ----------------
>
> Key: TINKERPOP-3030
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3030
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Affects Versions: 3.5.8, 3.6.6, 3.7.1
> Reporter: Florian Hockmann
> Assignee: Florian Hockmann
> Priority: Minor
>
> .NET 8 is now the latest LTS release so we should update to it.
> We need to do that on all release branches so contributors only need to have
> one version of .NET installed on their systems.
> This also means that we test by default with .NET 8 which would have shown
> problems like the one described in TINKERPOP-3029.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)