andreachild commented on code in PR #3213: URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2370398107
########## 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: As an alternative to multiple `csproj` files how about single file with optional build property for example `dotnet build -p:UseLatestRelease` where default for `UseLatestRelease` is `true` but when running the examples as part of the build the value is set to `false`. Or opposite scenario like `dotnet build -p:UseLocalReference` for example. -- 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]
