Cole-Greer commented on code in PR #3213: URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2369398875
########## gremlin-dotnet/Examples/BasicGremlin/BasicGremlin.csproj: ########## @@ -25,6 +25,6 @@ limitations under the License. </PropertyGroup> <ItemGroup> - <PackageReference Include="Gremlin.Net" Version="3.7.0" /> + <PackageReference Include="Gremlin.Net" Version="3.7.4" /> Review Comment: Nit: There is an inconsistency where the `BasicGremlin` and `ModernTraversals` examples are configured to use the latest released driver, and the `Connections` example is using the local dev build. -- 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]
