ryn5 commented on code in PR #2299: URL: https://github.com/apache/tinkerpop/pull/2299#discussion_r1367390500
########## 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: I'm thinking it might be fine to let Dependabot handle it since the examples are quite simple and would probably still work with future updates. We could maybe implement tests that execute during the maven build at some point to catch breaking changes, which would avoid adding extra overhead for release managers. -- 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]
