From e05adc883bc7ecc0e226c47439863edc781c06ee Mon Sep 17 00:00:00 2001 From: Andrea Child Date: Mon, 28 Jul 2025 12:21:38 -0700 Subject: [PATCH] Upgrade .NET version to 8.0. --- CHANGELOG.asciidoc | 1 + docs/src/upgrade/release-3.7.x.asciidoc | 4 ++++ gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 273a9c56090..a9ca73a5bb3 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -60,6 +60,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction` * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge. +* Upgraded .NET to 8.0. [[release-3-7-3]] === TinkerPop 3.7.3 (October 23, 2024) diff --git a/docs/src/upgrade/release-3.7.x.asciidoc b/docs/src/upgrade/release-3.7.x.asciidoc index ed54b5aa209..605180037a0 100644 --- a/docs/src/upgrade/release-3.7.x.asciidoc +++ b/docs/src/upgrade/release-3.7.x.asciidoc @@ -53,6 +53,10 @@ into channel (websocket and http) operations to use as a tool in understanding s See: link:https://tinkerpop.apache.org/docs/3.7.4/reference/#metrics[Reference Documentation - Metrics] +==== Runtime Upgrades + +Gremlin .NET has been upgraded to .NET version 8.0. + === Upgrading for Providers ==== Graph System Providers diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj index 8d27bf8a453..5a178a12613 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj +++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj @@ -18,7 +18,7 @@ limitations under the License. - netstandard2.0;net6.0 + netstandard2.0;net8.0 true true 9