Skip to content

Commit

Permalink
Move dependency on ExRam.Gremlinq.Support.NewtonsoftJson from Tests.I…
Browse files Browse the repository at this point in the history
…nfrastructure to Tests.Fixtures.
  • Loading branch information
danielcweber committed Nov 5, 2024
1 parent 27c80f7 commit 805f364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/Tests.Fixtures/ExRam.Gremlinq.Tests.Fixtures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<ProjectReference Include="..\..\src\Providers.GremlinServer\ExRam.Gremlinq.Providers.GremlinServer.csproj" />
<ProjectReference Include="..\..\src\Providers.JanusGraph\ExRam.Gremlinq.Providers.JanusGraph.csproj" />
<ProjectReference Include="..\..\src\Providers.Neptune\ExRam.Gremlinq.Providers.Neptune.csproj" />
<ProjectReference Include="..\..\src\Support.NewtonsoftJson\ExRam.Gremlinq.Support.NewtonsoftJson.csproj" />
<ProjectReference Include="..\Tests.Entities\ExRam.Gremlinq.Tests.Entities.csproj" />
<ProjectReference Include="..\Tests.Infrastructure\ExRam.Gremlinq.Tests.Infrastructure.csproj" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Core\ExRam.Gremlinq.Core.csproj" />
<ProjectReference Include="..\..\src\Providers.Core\ExRam.Gremlinq.Providers.Core.csproj" />
<ProjectReference Include="..\..\src\Support.NewtonsoftJson\ExRam.Gremlinq.Support.NewtonsoftJson.csproj" />

<ProjectReference Include="..\Tests.Entities\ExRam.Gremlinq.Tests.Entities.csproj" />

Expand Down

0 comments on commit 805f364

Please sign in to comment.