diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7ae3f93d8e..7e48e1efbe 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -145,6 +145,7 @@ This release also includes changes from <>. * Removed the `@RemoteOnly` testing tag in Gherkin as lambda tests have all been moved to the Java test suite. * Updated gremlin-javascript to use GraphBinary as default instead of GraphSONv3 * Renamed many types in the grammar for consistent use of terms "Literal", "Argument", and "Varargs" +* Changed `gremlin-net` so that System.Text.Json is only listed as an explicit dependency when it is not available from the framework. == TinkerPop 3.7.0 (Gremfir Master of the Pan Flute) diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj index 9031e100d7..df9cac5be7 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj +++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj @@ -74,7 +74,6 @@ NOTE that versions suffixed with "-rc" are considered release candidates (i.e. p - @@ -84,6 +83,7 @@ NOTE that versions suffixed with "-rc" are considered release candidates (i.e. p all runtime; build; native; contentfiles; analyzers; buildtransitive +