FlorianHockmann commented on code in PR #2299: URL: https://github.com/apache/tinkerpop/pull/2299#discussion_r1363830656
########## gremlin-dotnet/example/example.csproj: ########## @@ -0,0 +1,14 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net7.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Gremlin.Net" Version="3.7.0" /> Review Comment: Shouldn't this be a `3.6.x` version? But then I'm not sure how to get this up to date. If we let Dependabot handle it, then it will always use the latest version, irrespective of the branch. -- 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]
