andreachild commented on code in PR #3213:
URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2369986433


##########
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:
   @vkagamlyk we were thinking of the examples in each GLV module to be 
executed as part of the build against the current state of the driver code so 
that future breakages do not happen again (the examples are currently broken). 
The thought is to create a project level 'examples' folder which contains 
examples targeting latest released version which will not be executed as part 
of the build. Having a project-level examples folder also makes the examples 
more 'discoverable'.



-- 
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]

Reply via email to