vkagamlyk commented on code in PR #3213: URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2370094325
########## gremlin-dotnet/Examples/Connections/Connections.csproj: ########## @@ -25,6 +25,6 @@ limitations under the License. </PropertyGroup> <ItemGroup> - <PackageReference Include="Gremlin.Net" Version="3.7.0" /> + <ProjectReference Include="../../src/Gremlin.Net/Gremlin.Net.csproj" /> Review Comment: Replacing `PackageReference` with `ProjectReference` will make the examples less useful because they won't run without loading and building driver source code. To build examples with different driver versions, solution is to add 2 `.csproj` files with different setting. Also compare with other .net examples. -- 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]
