Add explanation for [Project/Package]Reference
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/518e8fa0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/518e8fa0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/518e8fa0 Branch: refs/heads/TINKERPOP-1836 Commit: 518e8fa09e4087af09a7e77c16991377f32afa54 Parents: bc3d37c Author: Florian Hockmann <[email protected]> Authored: Wed Feb 14 19:05:20 2018 +0100 Committer: Florian Hockmann <[email protected]> Committed: Fri May 11 14:53:37 2018 +0200 ---------------------------------------------------------------------- gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template | 1 + gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/518e8fa0/gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template b/gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template index 255520b..9a6adf0 100644 --- a/gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template +++ b/gremlin-dotnet/glv/Gremlin.Net.Template.csproj.template @@ -25,6 +25,7 @@ limitations under the License. </PropertyGroup> <ItemGroup> + <!-- We need both reference elements until this is resolved: https://github.com/dotnet/sdk/issues/1151 --> <ProjectReference Include="../Gremlin.Net/Gremlin.Net.csproj" /> <PackageReference Include="Gremlin.Net" Version="$projectVersion" /> </ItemGroup> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/518e8fa0/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj index 3bb1409..42c0bb8 100644 --- a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj +++ b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj @@ -25,6 +25,7 @@ limitations under the License. </PropertyGroup> <ItemGroup> + <!-- We need both reference elements until this is resolved: https://github.com/dotnet/sdk/issues/1151 --> <ProjectReference Include="../Gremlin.Net/Gremlin.Net.csproj" /> <PackageReference Include="Gremlin.Net" Version="3.2.8-SNAPSHOT" /> </ItemGroup>
