From 28294bb2ec71c4f36a1b965ba5307a7edb8b54b7 Mon Sep 17 00:00:00 2001 From: Florian Hockmann Date: Wed, 15 Nov 2023 13:34:48 +0100 Subject: [PATCH] Remove unnecessary explicit test dependency We don't need a dependency on Microsoft.Extensions.Configuration as we already get that indirectly through Microsoft.Extensions.Configuration.Json. Having both dependencies means that we always need to update both together. This problem goes away if we simply remove the dependency on Microsoft.Extensions.Configuration. --- .../Gremlin.Net.IntegrationTest.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj index 505a4c7ec16..2840c2b9b35 100644 --- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj +++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj @@ -17,7 +17,6 @@ -